@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/5735__1412131-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412131-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412131-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412131-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412131-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412131-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412131-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Frustulia spp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '156946'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412131-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '156946'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412134-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412134-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412134-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412134-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412134-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412134-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412134-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gyrosigma fasciola'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '149494'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412134-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '172535'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412164-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412164-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412164-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412164-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412164-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412164-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412164-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Synedra spp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '149186'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412164-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '149186'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412165-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412165-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412165-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412165-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412165-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412165-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412165-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Synedra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '149186'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412165-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '149186'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412162-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412162-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412162-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412162-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412162-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412162-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412162-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Surirella spp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '149084'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412162-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '149084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412163-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412163-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412163-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412163-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412163-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412163-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412163-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Synedra acus var. acus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '176209'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412163-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '176209'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '240'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412161-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412161-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412161-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412161-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412161-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412161-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412161-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Rhopalodia gibba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '149566'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412161-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '149566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412160-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412160-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412160-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412160-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412160-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412160-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412160-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Psammodictyon panduriforme'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '149217'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412160-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '984623'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412159-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412159-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412159-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412159-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412159-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412159-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412159-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pleurosigma spp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '149181'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412159-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '149181'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412158-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412158-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412158-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412158-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412158-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412158-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412158-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pinnularia spp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '149208'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412158-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '149208'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412379-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412379-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412379-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412379-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412379-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412379-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412379-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Ulnaria cf. ulna'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '416120'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412379-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '416120'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412156-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412156-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412156-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412156-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412156-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412156-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412156-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Nitzschia spp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '149045'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412156-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '149045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412157-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412157-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412157-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412157-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412157-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412157-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412157-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Paralia sulcata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '149055'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412157-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '149055'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1411986-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1411986-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1411986-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1411986-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1411986-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1411986-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1411986-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Tropidoneis longa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '642474'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1411986-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '642474'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1411987-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1411987-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1411987-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1411987-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1411987-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1411987-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1411987-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Coscinodiscophycidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '148971'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1411987-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '148971'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1411988-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1411988-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1411988-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1411988-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1411988-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1411988-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1411988-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pennales bacillariophyceae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '148899'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1411988-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '148899'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1411989-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1411989-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1411989-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1411989-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1411989-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1411989-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1411989-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Dinophyceae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '19542'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1411989-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '19542'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1411990-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1411990-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1411990-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1411990-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1411990-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1411990-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1411990-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Prorocentrum sp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '109566'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1411990-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '109566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1411991-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1411991-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1411991-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1411991-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1411991-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1411991-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1411991-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Protozoa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1411991-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1411992-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1411992-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1411992-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1411992-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1411992-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1411992-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1411992-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Cyanobacteria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '146537'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1411992-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '146537'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1411994-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1411994-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1411994-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1411994-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1411994-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1411994-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1411994-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Anabaena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '146585'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1411994-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '146585'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1411995-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1411995-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1411995-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1411995-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1411995-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1411995-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1411995-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Spirulina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '146541'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1411995-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '146541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1411993-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1411993-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1411993-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1411993-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1411993-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1411993-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1411993-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oscillatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '146549'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1411993-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '146549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1411985-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1411985-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1411985-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1411985-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1411985-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1411985-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1411985-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Toxarium undulatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '248075'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1411985-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '248075'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1411974-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1411974-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1411974-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1411974-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1411974-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1411974-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1411974-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Nitzschia longissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '149150'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1411974-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '149150'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1411975-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1411975-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1411975-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1411975-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1411975-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1411975-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1411975-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Nitzschia lorenziana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '175425'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1411975-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '175425'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1411976-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1411976-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1411976-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1411976-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1411976-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1411976-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1411976-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Tryblionella punctata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '176540'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1411976-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '176540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1411977-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1411977-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1411977-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1411977-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1411977-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1411977-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1411977-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Nitzschia vermicularis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '175458'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1411977-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '175459'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1411978-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1411978-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1411978-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1411978-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1411978-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1411978-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1411978-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Nitzschia spp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '149045'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1411978-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '149045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1411979-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1411979-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1411979-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1411979-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1411979-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1411979-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1411979-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Paralia sulcata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '149055'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1411979-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '149055'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1411980-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1411980-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1411980-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1411980-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1411980-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1411980-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1411980-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pinnularia spp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '149208'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1411980-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '149208'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1411981-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1411981-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1411981-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1411981-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1411981-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1411981-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1411981-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Psammodictyon panduriforme'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '149217'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1411981-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '984623'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1411982-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1411982-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1411982-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1411982-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1411982-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1411982-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1411982-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Rhopalodia gibba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '149566'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1411982-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '149566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1411983-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1411983-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1411983-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1411983-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1411983-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1411983-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1411983-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Surirella spp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '149084'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1411983-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '149084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1411984-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1411984-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1411984-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1411984-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1411984-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1411984-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1411984-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Synedra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '149186'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1411984-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '149186'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412122-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412122-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412122-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412122-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412122-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412122-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412122-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Caloneis sp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '149488'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412122-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '149488'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412123-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412123-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412123-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412123-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412123-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412123-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412123-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Campylodiscus spp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '149616'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412123-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '149616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412425-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412425-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412425-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412425-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412425-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412425-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412425-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Nitzschia cf. tryblionella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '149045'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412425-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '149045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412113-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412113-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412113-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412113-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412113-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412113-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412113-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Achnanthes spp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '149191'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412113-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '149191'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412127-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412127-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412127-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412127-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412127-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412127-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412127-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Diploneis spp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '149018'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412127-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '149018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412128-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412128-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412128-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412128-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412128-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412128-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412128-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Entomoneis alata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '157428'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412128-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '157428'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412129-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412129-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412129-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412129-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412129-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412129-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412129-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Entomoneis sp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '156598'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412129-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '156598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412130-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412130-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412130-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412130-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412130-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412130-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412130-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Fragilariaceae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '148952'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412130-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '148952'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412115-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412115-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412115-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412115-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412115-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412115-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412115-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Amphora spp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '149200'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412115-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '149200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412120-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412120-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412120-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412120-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412120-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412120-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412120-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Caloneis liber'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '177935'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412120-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '177935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412119-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412119-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412119-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412119-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412119-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412119-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412119-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Biddulphia biddulphiana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '162952'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412119-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '162952'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412428-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412428-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412428-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412428-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412428-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412428-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412428-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Ulnaria cf. ulna'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '416120'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412428-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '416120'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412427-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412427-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412427-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412427-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412427-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412427-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412427-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pseudostaurosira cf. parasitica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '175755'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412427-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '175755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412426-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412426-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412426-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412426-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412426-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412426-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412426-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pleurosigma cf. angulatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '149181'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412426-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '149181'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412138-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412138-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412138-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412138-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412138-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412138-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412138-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Licmophora spp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '149342'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412138-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '149342'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412366-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412366-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412366-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412366-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412366-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412366-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412366-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Diploneis cf. bombus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '149018'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412366-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '149018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412365-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412365-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412365-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412365-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412365-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412365-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412365-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Amphora cf. bigibba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '149200'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412365-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '149200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412137-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412137-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412137-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412137-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412137-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412137-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412137-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gyrosigma spp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '149033'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412137-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '149033'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412149-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412149-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412149-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412149-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412149-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412149-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412149-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Tryblionella cf. littoralis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '176385'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412149-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '176385'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412143-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412143-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412143-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412143-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412143-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412143-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412143-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Nitzschia cf. angularis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '149045'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412143-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '149045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412144-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412144-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412144-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412144-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412144-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412144-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412144-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Nitzschia cf. commutata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '149045'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412144-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '149045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412145-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412145-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412145-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412145-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412145-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412145-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412145-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Nitzschia cf. dubia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '149045'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412145-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '149045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412148-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412148-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412148-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412148-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412148-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412148-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412148-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Tryblionella cf. levidensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '176385'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412148-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '176385'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412136-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412136-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412136-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412136-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412136-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412136-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412136-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gyrosigma cf. spencerii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '149033'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412136-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '149033'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412373-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412373-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412373-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412373-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412373-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412373-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412373-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Nitzschia cf. fasciculata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '149045'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412373-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '149045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412371-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412371-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412371-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412371-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412371-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412371-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412371-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Nitzschia cf. commutata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '149045'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412371-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '149045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412146-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412146-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412146-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412146-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412146-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412146-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412146-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Nitzschia fasciculata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '149605'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412146-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '149605'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412147-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412147-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412147-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412147-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412147-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412147-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412147-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Nitzschia insignis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '390662'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412147-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '390662'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412372-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412372-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412372-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412372-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412372-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412372-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412372-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Nitzschia cf. dubia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '149045'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412372-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '149045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412142-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412142-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412142-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412142-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412142-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412142-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412142-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Navicula spp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '149142'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412142-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '149142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412370-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412370-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412370-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412370-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412370-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412370-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412370-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Nitzschia cf. clausii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '149045'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412370-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '149045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412369-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412369-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412369-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412369-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412369-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412369-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412369-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Nitzschia cf. angularis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '149045'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412369-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '149045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412141-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412141-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412141-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412141-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412141-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412141-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412141-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Navicula cancellata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '149468'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412141-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '149468'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412140-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412140-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412140-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412140-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412140-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412140-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412140-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Melosira jurgensi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '704446'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412140-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '704446'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412368-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412368-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412368-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412368-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412368-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412368-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412368-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Navicula cf. complanata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '149142'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412368-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '149142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412367-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412367-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412367-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412367-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412367-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412367-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412367-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gyrosigma cf. balticum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '149033'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412367-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '149033'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412139-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412139-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412139-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412139-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412139-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412139-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412139-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Mastogloia sp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '157052'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412139-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '157052'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412153-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412153-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412153-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412153-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412153-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412153-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412153-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Nitzschia sigma var. rigida'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '671471'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412153-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '671471'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '240'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412376-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412376-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412376-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412376-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412376-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412376-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412376-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Surirella cf. minuta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '149084'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412376-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '149084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412375-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412375-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412375-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412375-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412375-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412375-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412375-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pinnularia cf. claviculus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '149208'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412375-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '149208'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412152-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412152-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412152-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412152-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412152-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412152-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412152-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Nitzschia sigma'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '149213'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412152-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '149213'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412150-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412150-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412150-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412150-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412150-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412150-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412150-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Nitzschia longissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '149150'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412150-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '149150'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412151-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412151-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412151-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412151-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412151-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412151-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412151-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Nitzschia lorenziana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '175425'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412151-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '175425'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412374-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412374-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412374-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412374-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412374-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412374-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412374-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Nitzschia cf. tryblionella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '149045'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412374-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '149045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412377-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412377-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412377-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412377-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412377-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412377-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412377-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pseudostaurosira cf. parasitica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '175755'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412377-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '175755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412154-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412154-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412154-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412154-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412154-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412154-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412154-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Nitzschia sigmoidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '149604'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412154-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '149604'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412155-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412155-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412155-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412155-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412155-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412155-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412155-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Nitzschia vermicularis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '175458'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412155-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '175459'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412378-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412378-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412378-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412378-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412378-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412378-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412378-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Trichotoxon cf. reinboldii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '149645'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412378-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '149645'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412116-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412116-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412116-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412116-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412116-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412116-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412116-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Auricula cf. insecta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '149521'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412116-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '149521'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412121-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412121-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412121-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412121-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412121-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412121-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412121-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Caloneis cf. ventricosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '149488'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412121-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '149488'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412126-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412126-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412126-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412126-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412126-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412126-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412126-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Diploneis cf. bombus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '149018'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412126-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '149018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412132-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412132-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412132-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412132-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412132-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412132-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412132-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Grammatophora cf. serpentina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '149335'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412132-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '149335'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412125-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412125-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412125-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412125-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412125-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412125-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412125-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Cylindrotheca closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '149004'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412125-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '149004'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412124-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412124-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412124-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412124-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412124-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412124-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412124-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Cocconeis spp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '148989'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412124-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '148989'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1411967-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1411967-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1411967-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1411967-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1411967-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1411967-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1411967-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gyrosigma acuminatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '149035'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1411967-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '149035'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1411968-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1411968-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1411968-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1411968-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1411968-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1411968-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1411968-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gyrosigma attenuatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '661267'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1411968-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '661267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1411969-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1411969-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1411969-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1411969-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1411969-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1411969-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1411969-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gyrosigma fasciola'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '149494'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1411969-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '172535'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1411970-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1411970-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1411970-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1411970-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1411970-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1411970-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1411970-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gyrosigma macrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '180325'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1411970-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '662011'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1411971-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1411971-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1411971-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1411971-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1411971-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1411971-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1411971-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gyrosigma spp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '149033'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1411971-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '149033'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1411972-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1411972-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1411972-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1411972-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1411972-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1411972-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1411972-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Licmophora spp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '149342'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1411972-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '149342'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1411973-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1411973-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1411973-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1411973-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1411973-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1411973-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1411973-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Navicula spp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '149142'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1411973-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '149142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1411966-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1411966-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1411966-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1411966-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1411966-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1411966-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1411966-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Entomoneis sp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '156598'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1411966-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '156598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1411959-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1411959-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1411959-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1411959-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1411959-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1411959-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1411959-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Caloneis liber'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '177935'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1411959-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '177935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1411960-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1411960-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1411960-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1411960-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1411960-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1411960-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1411960-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Caloneis sp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '149488'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1411960-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '149488'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1411961-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1411961-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1411961-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1411961-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1411961-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1411961-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1411961-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Campylodiscus spp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '149616'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1411961-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '149616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1411962-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1411962-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1411962-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1411962-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1411962-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1411962-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1411962-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Cocconeis spp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '148989'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1411962-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '148989'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1411963-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1411963-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1411963-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1411963-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1411963-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1411963-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1411963-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Cylindrotheca closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '149004'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1411963-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '149004'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1411964-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1411964-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1411964-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1411964-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1411964-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1411964-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1411964-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Diploneis spp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '149018'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1411964-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '149018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1411965-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1411965-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1411965-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1411965-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1411965-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1411965-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1411965-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Entomoneis alata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '157428'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1411965-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '157428'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1411957-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1411957-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1411957-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1411957-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1411957-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1411957-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1411957-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Amphora spp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '149200'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1411957-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '149200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1411958-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1411958-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1411958-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1411958-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1411958-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1411958-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1411958-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Bacillaria paxillifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '558243'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1411958-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '558243'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412133-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412133-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412133-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412133-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412133-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412133-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412133-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gyrosigma cf. acuminatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '149033'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412133-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '149033'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412117-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412117-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412117-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412117-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412117-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412117-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412117-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Auricula spp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '149521'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412117-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '149521'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412118-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412118-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412118-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412118-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412118-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412118-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412118-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Bacillaria paxillifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '558243'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412118-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '558243'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412114-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412114-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412114-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412114-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412114-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412114-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412114-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Amphora ostrearia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '149529'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412114-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '149529'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412135-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412135-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412135-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412135-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412135-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412135-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412135-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gyrosigma macrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '180325'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412135-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '662011'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412174-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412174-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412174-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412174-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412174-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412174-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412174-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oscillatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '146549'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412174-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '146549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412175-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412175-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412175-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412175-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412175-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412175-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412175-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Chaetoceros'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '148985'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412175-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '148985'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412173-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412173-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412173-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412173-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412173-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412173-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412173-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Cyanobacteria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '146537'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412173-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '146537'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412172-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412172-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412172-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412172-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412172-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412172-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412172-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Protozoa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412172-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412171-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412171-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412171-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412171-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412171-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412171-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412171-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Prorocentrum sp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '109566'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412171-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '109566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412170-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412170-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412170-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412170-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412170-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412170-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412170-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Dinophyceae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '19542'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412170-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '19542'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412168-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412168-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412168-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412168-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412168-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412168-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412168-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Coscinodiscophycidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '148971'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412168-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '148971'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412169-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412169-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412169-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412169-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412169-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412169-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412169-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pennales bacillariophyceae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '148899'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412169-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '148899'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412167-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412167-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412167-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412167-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412167-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412167-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412167-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Tropidoneis longa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '642474'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412167-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '642474'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412166-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412166-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412166-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4836111"^^xsd:decimal ;
  dwc:decimalLongitude "17.2461111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412166-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4836111 17.2461111)"^^geo:wktLiteral ;
  geo-pos:lat "40.4836111"^^xsd:decimal ;
  geo-pos:long "17.2461111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412166-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412166-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412166-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Toxarium hennedyana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2461111'^^xsd:double;
  dwc:latitude '40.4836111'^^xsd:double;
  dwc:minimumDepth '11.2'^^xsd:double;
  dwc:maximumDepth '11.2'^^xsd:double;
  dwc:aphiaid '968890'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412166-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '968890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412387-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412387-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412387-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^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/5735__1412387-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412387-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412387-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412387-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Nitzschia cf. dubia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11'^^xsd:integer;
  dwc:maximumDepth '11'^^xsd:integer;
  dwc:aphiaid '149045'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412387-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '149045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412388-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412388-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412388-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^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/5735__1412388-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412388-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412388-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412388-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Nitzschia cf. fasciculata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11'^^xsd:integer;
  dwc:maximumDepth '11'^^xsd:integer;
  dwc:aphiaid '149045'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412388-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '149045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412386-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412386-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412386-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^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/5735__1412386-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412386-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412386-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412386-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Nitzschia cf. commutata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11'^^xsd:integer;
  dwc:maximumDepth '11'^^xsd:integer;
  dwc:aphiaid '149045'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412386-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '149045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412385-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412385-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412385-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^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/5735__1412385-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412385-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412385-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412385-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Nitzschia cf. clausii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11'^^xsd:integer;
  dwc:maximumDepth '11'^^xsd:integer;
  dwc:aphiaid '149045'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412385-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '149045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412384-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412384-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412384-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^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/5735__1412384-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412384-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412384-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412384-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Nitzschia cf. angularis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11'^^xsd:integer;
  dwc:maximumDepth '11'^^xsd:integer;
  dwc:aphiaid '149045'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412384-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '149045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412383-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412383-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412383-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^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/5735__1412383-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412383-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412383-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412383-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Navicula cf. complanata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11'^^xsd:integer;
  dwc:maximumDepth '11'^^xsd:integer;
  dwc:aphiaid '149142'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412383-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '149142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412382-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412382-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412382-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^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/5735__1412382-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412382-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412382-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412382-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gyrosigma cf. balticum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11'^^xsd:integer;
  dwc:maximumDepth '11'^^xsd:integer;
  dwc:aphiaid '149033'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412382-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '149033'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412381-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412381-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412381-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^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/5735__1412381-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412381-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412381-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412381-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Diploneis cf. bombus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11'^^xsd:integer;
  dwc:maximumDepth '11'^^xsd:integer;
  dwc:aphiaid '149018'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412381-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '149018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412380-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412380-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412380-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^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/5735__1412380-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412380-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412380-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412380-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Amphora cf. bigibba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11'^^xsd:integer;
  dwc:maximumDepth '11'^^xsd:integer;
  dwc:aphiaid '149200'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412380-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '149200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412009-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412009-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412009-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^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/5735__1412009-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412009-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412009-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412009-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gyrosigma macrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11'^^xsd:integer;
  dwc:maximumDepth '11'^^xsd:integer;
  dwc:aphiaid '180325'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412009-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '662011'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412001-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412001-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412001-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^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/5735__1412001-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412001-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412001-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412001-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Cocconeis spp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11'^^xsd:integer;
  dwc:maximumDepth '11'^^xsd:integer;
  dwc:aphiaid '148989'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412001-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '148989'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412002-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412002-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412002-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^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/5735__1412002-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412002-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412002-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412002-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Cylindrotheca closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11'^^xsd:integer;
  dwc:maximumDepth '11'^^xsd:integer;
  dwc:aphiaid '149004'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412002-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '149004'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412003-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412003-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412003-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^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/5735__1412003-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412003-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412003-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412003-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Diploneis spp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11'^^xsd:integer;
  dwc:maximumDepth '11'^^xsd:integer;
  dwc:aphiaid '149018'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412003-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '149018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412004-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412004-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412004-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^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/5735__1412004-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412004-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412004-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412004-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Entomoneis alata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11'^^xsd:integer;
  dwc:maximumDepth '11'^^xsd:integer;
  dwc:aphiaid '157428'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412004-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '157428'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412005-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412005-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412005-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^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/5735__1412005-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412005-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412005-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412005-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Entomoneis sp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11'^^xsd:integer;
  dwc:maximumDepth '11'^^xsd:integer;
  dwc:aphiaid '156598'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412005-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '156598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412006-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412006-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412006-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^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/5735__1412006-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412006-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412006-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412006-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gyrosigma acuminatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11'^^xsd:integer;
  dwc:maximumDepth '11'^^xsd:integer;
  dwc:aphiaid '149035'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412006-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '149035'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412007-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412007-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412007-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^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/5735__1412007-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412007-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412007-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412007-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gyrosigma attenuatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11'^^xsd:integer;
  dwc:maximumDepth '11'^^xsd:integer;
  dwc:aphiaid '661267'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412007-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '661267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412008-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412008-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412008-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^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/5735__1412008-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412008-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412008-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412008-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gyrosigma fasciola'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11'^^xsd:integer;
  dwc:maximumDepth '11'^^xsd:integer;
  dwc:aphiaid '149494'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412008-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '172535'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1411996-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1411996-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1411996-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^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/5735__1411996-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1411996-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1411996-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1411996-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Amphora spp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11'^^xsd:integer;
  dwc:maximumDepth '11'^^xsd:integer;
  dwc:aphiaid '149200'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1411996-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '149200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1411997-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1411997-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1411997-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^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/5735__1411997-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1411997-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1411997-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1411997-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Bacillaria paxillifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11'^^xsd:integer;
  dwc:maximumDepth '11'^^xsd:integer;
  dwc:aphiaid '558243'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1411997-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '558243'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1411998-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1411998-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1411998-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^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/5735__1411998-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1411998-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1411998-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1411998-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Caloneis liber'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11'^^xsd:integer;
  dwc:maximumDepth '11'^^xsd:integer;
  dwc:aphiaid '177935'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1411998-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '177935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1411999-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1411999-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1411999-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^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/5735__1411999-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1411999-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1411999-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1411999-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Caloneis sp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11'^^xsd:integer;
  dwc:maximumDepth '11'^^xsd:integer;
  dwc:aphiaid '149488'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1411999-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '149488'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412000-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412000-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412000-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^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/5735__1412000-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412000-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412000-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412000-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Campylodiscus spp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11'^^xsd:integer;
  dwc:maximumDepth '11'^^xsd:integer;
  dwc:aphiaid '149616'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412000-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '149616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412207-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412207-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412207-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412207-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412207-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412207-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412207-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Nitzschia cf. commutata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11.5'^^xsd:double;
  dwc:maximumDepth '11.5'^^xsd:double;
  dwc:aphiaid '149045'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412207-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '149045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412211-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412211-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412211-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412211-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412211-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412211-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412211-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Tryblionella cf. levidensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11.5'^^xsd:double;
  dwc:maximumDepth '11.5'^^xsd:double;
  dwc:aphiaid '176385'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412211-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '176385'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412212-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412212-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412212-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412212-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412212-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412212-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412212-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Tryblionella cf. littoralis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11.5'^^xsd:double;
  dwc:maximumDepth '11.5'^^xsd:double;
  dwc:aphiaid '176385'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412212-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '176385'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412025-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412025-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412025-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^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/5735__1412025-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412025-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412025-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412025-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Tropidoneis longa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11'^^xsd:integer;
  dwc:maximumDepth '11'^^xsd:integer;
  dwc:aphiaid '642474'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412025-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '642474'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412026-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412026-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412026-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^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/5735__1412026-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412026-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412026-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412026-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Coscinodiscophycidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11'^^xsd:integer;
  dwc:maximumDepth '11'^^xsd:integer;
  dwc:aphiaid '148971'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412026-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '148971'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412027-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412027-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412027-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^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/5735__1412027-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412027-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412027-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412027-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pennales bacillariophyceae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11'^^xsd:integer;
  dwc:maximumDepth '11'^^xsd:integer;
  dwc:aphiaid '148899'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412027-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '148899'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412028-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412028-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412028-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^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/5735__1412028-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412028-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412028-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412028-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Dinophyceae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11'^^xsd:integer;
  dwc:maximumDepth '11'^^xsd:integer;
  dwc:aphiaid '19542'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412028-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '19542'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412029-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412029-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412029-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^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/5735__1412029-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412029-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412029-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412029-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Prorocentrum sp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11'^^xsd:integer;
  dwc:maximumDepth '11'^^xsd:integer;
  dwc:aphiaid '109566'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412029-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '109566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412030-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412030-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412030-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^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/5735__1412030-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412030-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412030-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412030-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Protozoa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11'^^xsd:integer;
  dwc:maximumDepth '11'^^xsd:integer;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412030-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412031-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412031-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412031-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^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/5735__1412031-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412031-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412031-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412031-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Cyanobacteria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11'^^xsd:integer;
  dwc:maximumDepth '11'^^xsd:integer;
  dwc:aphiaid '146537'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412031-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '146537'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412032-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412032-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412032-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^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/5735__1412032-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412032-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412032-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412032-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oscillatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11'^^xsd:integer;
  dwc:maximumDepth '11'^^xsd:integer;
  dwc:aphiaid '146549'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412032-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '146549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412018-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412018-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412018-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^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/5735__1412018-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412018-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412018-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412018-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Paralia sulcata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11'^^xsd:integer;
  dwc:maximumDepth '11'^^xsd:integer;
  dwc:aphiaid '149055'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412018-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '149055'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412019-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412019-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412019-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^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/5735__1412019-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412019-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412019-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412019-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pinnularia spp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11'^^xsd:integer;
  dwc:maximumDepth '11'^^xsd:integer;
  dwc:aphiaid '149208'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412019-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '149208'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412020-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412020-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412020-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^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/5735__1412020-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412020-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412020-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412020-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Psammodictyon panduriforme'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11'^^xsd:integer;
  dwc:maximumDepth '11'^^xsd:integer;
  dwc:aphiaid '149217'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412020-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '984623'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412021-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412021-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412021-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^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/5735__1412021-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412021-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412021-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412021-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Rhopalodia gibba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11'^^xsd:integer;
  dwc:maximumDepth '11'^^xsd:integer;
  dwc:aphiaid '149566'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412021-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '149566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412022-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412022-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412022-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^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/5735__1412022-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412022-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412022-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412022-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Surirella spp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11'^^xsd:integer;
  dwc:maximumDepth '11'^^xsd:integer;
  dwc:aphiaid '149084'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412022-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '149084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412023-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412023-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412023-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^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/5735__1412023-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412023-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412023-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412023-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Synedra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11'^^xsd:integer;
  dwc:maximumDepth '11'^^xsd:integer;
  dwc:aphiaid '149186'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412023-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '149186'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412024-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412024-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412024-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^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/5735__1412024-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412024-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412024-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412024-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Toxarium undulatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11'^^xsd:integer;
  dwc:maximumDepth '11'^^xsd:integer;
  dwc:aphiaid '248075'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412024-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '248075'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412017-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412017-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412017-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^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/5735__1412017-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412017-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412017-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412017-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Nitzschia spp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11'^^xsd:integer;
  dwc:maximumDepth '11'^^xsd:integer;
  dwc:aphiaid '149045'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412017-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '149045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412010-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412010-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412010-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^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/5735__1412010-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412010-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412010-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412010-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gyrosigma spp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11'^^xsd:integer;
  dwc:maximumDepth '11'^^xsd:integer;
  dwc:aphiaid '149033'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412010-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '149033'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412011-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412011-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412011-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^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/5735__1412011-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412011-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412011-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412011-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Licmophora spp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11'^^xsd:integer;
  dwc:maximumDepth '11'^^xsd:integer;
  dwc:aphiaid '149342'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412011-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '149342'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412012-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412012-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412012-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^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/5735__1412012-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412012-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412012-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412012-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Navicula spp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11'^^xsd:integer;
  dwc:maximumDepth '11'^^xsd:integer;
  dwc:aphiaid '149142'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412012-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '149142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412013-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412013-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412013-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^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/5735__1412013-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412013-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412013-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412013-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Nitzschia longissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11'^^xsd:integer;
  dwc:maximumDepth '11'^^xsd:integer;
  dwc:aphiaid '149150'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412013-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '149150'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412014-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412014-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412014-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^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/5735__1412014-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412014-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412014-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412014-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Nitzschia lorenziana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11'^^xsd:integer;
  dwc:maximumDepth '11'^^xsd:integer;
  dwc:aphiaid '175425'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412014-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '175425'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412015-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412015-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412015-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^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/5735__1412015-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412015-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412015-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412015-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Tryblionella punctata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11'^^xsd:integer;
  dwc:maximumDepth '11'^^xsd:integer;
  dwc:aphiaid '176540'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412015-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '176540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412016-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412016-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412016-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^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/5735__1412016-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412016-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412016-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412016-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Nitzschia vermicularis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11'^^xsd:integer;
  dwc:maximumDepth '11'^^xsd:integer;
  dwc:aphiaid '175458'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412016-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '175459'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412205-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412205-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412205-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412205-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412205-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412205-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412205-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Navicula spp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11.5'^^xsd:double;
  dwc:maximumDepth '11.5'^^xsd:double;
  dwc:aphiaid '149142'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412205-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '149142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412204-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412204-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412204-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412204-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412204-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412204-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412204-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Navicula cancellata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11.5'^^xsd:double;
  dwc:maximumDepth '11.5'^^xsd:double;
  dwc:aphiaid '149468'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412204-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '149468'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412203-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412203-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412203-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412203-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412203-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412203-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412203-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Melosira jurgensi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11.5'^^xsd:double;
  dwc:maximumDepth '11.5'^^xsd:double;
  dwc:aphiaid '704446'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412203-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '704446'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412202-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412202-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412202-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412202-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412202-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412202-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412202-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Mastogloia sp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11.5'^^xsd:double;
  dwc:maximumDepth '11.5'^^xsd:double;
  dwc:aphiaid '157052'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412202-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '157052'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412210-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412210-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412210-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412210-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412210-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412210-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412210-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Nitzschia insignis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11.5'^^xsd:double;
  dwc:maximumDepth '11.5'^^xsd:double;
  dwc:aphiaid '390662'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412210-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '390662'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412209-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412209-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412209-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412209-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412209-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412209-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412209-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Nitzschia fasciculata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11.5'^^xsd:double;
  dwc:maximumDepth '11.5'^^xsd:double;
  dwc:aphiaid '149605'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412209-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '149605'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412201-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412201-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412201-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412201-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412201-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412201-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412201-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Licmophora spp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11.5'^^xsd:double;
  dwc:maximumDepth '11.5'^^xsd:double;
  dwc:aphiaid '149342'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412201-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '149342'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412200-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412200-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412200-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412200-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412200-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412200-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412200-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gyrosigma spp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11.5'^^xsd:double;
  dwc:maximumDepth '11.5'^^xsd:double;
  dwc:aphiaid '149033'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412200-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '149033'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412198-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412198-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412198-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412198-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412198-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412198-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412198-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gyrosigma macrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11.5'^^xsd:double;
  dwc:maximumDepth '11.5'^^xsd:double;
  dwc:aphiaid '180325'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412198-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '662011'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412197-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412197-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412197-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412197-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412197-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412197-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412197-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gyrosigma fasciola'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11.5'^^xsd:double;
  dwc:maximumDepth '11.5'^^xsd:double;
  dwc:aphiaid '149494'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412197-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '172535'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412193-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412193-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412193-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412193-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412193-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412193-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412193-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Fragilariaceae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11.5'^^xsd:double;
  dwc:maximumDepth '11.5'^^xsd:double;
  dwc:aphiaid '148952'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412193-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '148952'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412194-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412194-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412194-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412194-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412194-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412194-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412194-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Frustulia spp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11.5'^^xsd:double;
  dwc:maximumDepth '11.5'^^xsd:double;
  dwc:aphiaid '156946'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412194-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '156946'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412206-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412206-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412206-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412206-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412206-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412206-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412206-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Nitzschia cf. angularis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11.5'^^xsd:double;
  dwc:maximumDepth '11.5'^^xsd:double;
  dwc:aphiaid '149045'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412206-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '149045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412192-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412192-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412192-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412192-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412192-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412192-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412192-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Entomoneis sp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11.5'^^xsd:double;
  dwc:maximumDepth '11.5'^^xsd:double;
  dwc:aphiaid '156598'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412192-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '156598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412191-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412191-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412191-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412191-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412191-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412191-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412191-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Entomoneis alata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11.5'^^xsd:double;
  dwc:maximumDepth '11.5'^^xsd:double;
  dwc:aphiaid '157428'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412191-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '157428'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412190-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412190-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412190-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412190-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412190-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412190-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412190-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Diploneis spp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11.5'^^xsd:double;
  dwc:maximumDepth '11.5'^^xsd:double;
  dwc:aphiaid '149018'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412190-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '149018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412188-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412188-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412188-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412188-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412188-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412188-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412188-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Cylindrotheca closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11.5'^^xsd:double;
  dwc:maximumDepth '11.5'^^xsd:double;
  dwc:aphiaid '149004'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412188-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '149004'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412187-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412187-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412187-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412187-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412187-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412187-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412187-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Cocconeis spp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11.5'^^xsd:double;
  dwc:maximumDepth '11.5'^^xsd:double;
  dwc:aphiaid '148989'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412187-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '148989'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412186-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412186-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412186-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412186-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412186-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412186-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412186-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Campylodiscus spp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11.5'^^xsd:double;
  dwc:maximumDepth '11.5'^^xsd:double;
  dwc:aphiaid '149616'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412186-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '149616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412183-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412183-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412183-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412183-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412183-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412183-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412183-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Caloneis liber'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11.5'^^xsd:double;
  dwc:maximumDepth '11.5'^^xsd:double;
  dwc:aphiaid '177935'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412183-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '177935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412185-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412185-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412185-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412185-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412185-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412185-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412185-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Caloneis sp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11.5'^^xsd:double;
  dwc:maximumDepth '11.5'^^xsd:double;
  dwc:aphiaid '149488'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412185-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '149488'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412182-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412182-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412182-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412182-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412182-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412182-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412182-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Biddulphia biddulphiana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11.5'^^xsd:double;
  dwc:maximumDepth '11.5'^^xsd:double;
  dwc:aphiaid '162952'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412182-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '162952'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412181-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412181-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412181-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412181-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412181-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412181-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412181-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Bacillaria paxillifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11.5'^^xsd:double;
  dwc:maximumDepth '11.5'^^xsd:double;
  dwc:aphiaid '558243'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412181-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '558243'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412180-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412180-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412180-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412180-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412180-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412180-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412180-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Auricula spp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11.5'^^xsd:double;
  dwc:maximumDepth '11.5'^^xsd:double;
  dwc:aphiaid '149521'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412180-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '149521'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412178-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412178-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412178-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412178-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412178-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412178-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412178-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Amphora spp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11.5'^^xsd:double;
  dwc:maximumDepth '11.5'^^xsd:double;
  dwc:aphiaid '149200'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412178-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '149200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412429-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412429-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412429-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412429-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412429-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412429-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412429-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Nitzschia cf. tryblionella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11.5'^^xsd:double;
  dwc:maximumDepth '11.5'^^xsd:double;
  dwc:aphiaid '149045'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412429-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '149045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412217-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412217-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412217-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412217-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412217-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412217-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412217-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Nitzschia sigmoidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11.5'^^xsd:double;
  dwc:maximumDepth '11.5'^^xsd:double;
  dwc:aphiaid '149604'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412217-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '149604'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412216-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412216-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412216-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412216-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412216-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412216-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412216-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Nitzschia sigma var. rigida'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11.5'^^xsd:double;
  dwc:maximumDepth '11.5'^^xsd:double;
  dwc:aphiaid '671471'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412216-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '671471'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '240'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412215-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412215-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412215-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412215-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412215-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412215-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412215-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Nitzschia sigma'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11.5'^^xsd:double;
  dwc:maximumDepth '11.5'^^xsd:double;
  dwc:aphiaid '149213'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412215-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '149213'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412214-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412214-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412214-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412214-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412214-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412214-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412214-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Nitzschia lorenziana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11.5'^^xsd:double;
  dwc:maximumDepth '11.5'^^xsd:double;
  dwc:aphiaid '175425'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412214-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '175425'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412213-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412213-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412213-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412213-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412213-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412213-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412213-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Nitzschia longissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11.5'^^xsd:double;
  dwc:maximumDepth '11.5'^^xsd:double;
  dwc:aphiaid '149150'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412213-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '149150'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412179-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412179-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412179-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412179-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412179-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412179-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412179-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Auricula cf. insecta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11.5'^^xsd:double;
  dwc:maximumDepth '11.5'^^xsd:double;
  dwc:aphiaid '149521'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412179-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '149521'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412184-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412184-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412184-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412184-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412184-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412184-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412184-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Caloneis cf. ventricosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11.5'^^xsd:double;
  dwc:maximumDepth '11.5'^^xsd:double;
  dwc:aphiaid '149488'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412184-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '149488'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412189-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412189-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412189-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412189-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412189-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412189-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412189-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Diploneis cf. bombus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11.5'^^xsd:double;
  dwc:maximumDepth '11.5'^^xsd:double;
  dwc:aphiaid '149018'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412189-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '149018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412195-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412195-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412195-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412195-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412195-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412195-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412195-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Grammatophora cf. serpentina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11.5'^^xsd:double;
  dwc:maximumDepth '11.5'^^xsd:double;
  dwc:aphiaid '149335'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412195-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '149335'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412196-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412196-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412196-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412196-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412196-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412196-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412196-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gyrosigma cf. acuminatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11.5'^^xsd:double;
  dwc:maximumDepth '11.5'^^xsd:double;
  dwc:aphiaid '149033'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412196-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '149033'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412199-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412199-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412199-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412199-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412199-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412199-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412199-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gyrosigma cf. spencerii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11.5'^^xsd:double;
  dwc:maximumDepth '11.5'^^xsd:double;
  dwc:aphiaid '149033'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412199-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '149033'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412033-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412033-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412033-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^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/5735__1412033-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412033-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412033-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412033-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Anabaena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11'^^xsd:integer;
  dwc:maximumDepth '11'^^xsd:integer;
  dwc:aphiaid '146585'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412033-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '146585'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412034-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412034-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412034-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^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/5735__1412034-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412034-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412034-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412034-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Spirulina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11'^^xsd:integer;
  dwc:maximumDepth '11'^^xsd:integer;
  dwc:aphiaid '146541'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412034-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '146541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412208-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412208-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412208-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412208-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412208-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412208-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412208-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Nitzschia cf. dubia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11.5'^^xsd:double;
  dwc:maximumDepth '11.5'^^xsd:double;
  dwc:aphiaid '149045'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412208-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '149045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412234-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412234-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412234-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412234-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412234-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412234-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412234-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Prorocentrum sp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11.5'^^xsd:double;
  dwc:maximumDepth '11.5'^^xsd:double;
  dwc:aphiaid '109566'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412234-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '109566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412235-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412235-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412235-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412235-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412235-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412235-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412235-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Protozoa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11.5'^^xsd:double;
  dwc:maximumDepth '11.5'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412235-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412236-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412236-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412236-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412236-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412236-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412236-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412236-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Cyanobacteria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11.5'^^xsd:double;
  dwc:maximumDepth '11.5'^^xsd:double;
  dwc:aphiaid '146537'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412236-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '146537'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412237-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412237-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412237-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412237-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412237-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412237-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412237-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oscillatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11.5'^^xsd:double;
  dwc:maximumDepth '11.5'^^xsd:double;
  dwc:aphiaid '146549'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412237-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '146549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412238-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412238-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412238-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412238-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412238-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412238-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412238-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Chaetoceros'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11.5'^^xsd:double;
  dwc:maximumDepth '11.5'^^xsd:double;
  dwc:aphiaid '148985'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412238-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '148985'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412431-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412431-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412431-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412431-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412431-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412431-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412431-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pseudostaurosira cf. parasitica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11.5'^^xsd:double;
  dwc:maximumDepth '11.5'^^xsd:double;
  dwc:aphiaid '175755'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412431-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '175755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412432-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412432-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412432-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412432-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412432-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412432-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412432-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Ulnaria cf. ulna'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11.5'^^xsd:double;
  dwc:maximumDepth '11.5'^^xsd:double;
  dwc:aphiaid '416120'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412432-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '416120'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412227-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412227-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412227-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412227-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412227-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412227-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412227-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Synedra spp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11.5'^^xsd:double;
  dwc:maximumDepth '11.5'^^xsd:double;
  dwc:aphiaid '149186'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412227-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '149186'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412228-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412228-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412228-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412228-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412228-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412228-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412228-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Synedra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11.5'^^xsd:double;
  dwc:maximumDepth '11.5'^^xsd:double;
  dwc:aphiaid '149186'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412228-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '149186'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412229-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412229-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412229-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412229-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412229-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412229-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412229-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Toxarium hennedyana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11.5'^^xsd:double;
  dwc:maximumDepth '11.5'^^xsd:double;
  dwc:aphiaid '968890'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412229-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '968890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412230-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412230-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412230-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412230-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412230-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412230-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412230-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Tropidoneis longa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11.5'^^xsd:double;
  dwc:maximumDepth '11.5'^^xsd:double;
  dwc:aphiaid '642474'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412230-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '642474'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412231-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412231-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412231-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412231-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412231-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412231-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412231-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Coscinodiscophycidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11.5'^^xsd:double;
  dwc:maximumDepth '11.5'^^xsd:double;
  dwc:aphiaid '148971'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412231-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '148971'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412232-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412232-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412232-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412232-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412232-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412232-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412232-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pennales bacillariophyceae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11.5'^^xsd:double;
  dwc:maximumDepth '11.5'^^xsd:double;
  dwc:aphiaid '148899'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412232-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '148899'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412233-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412233-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412233-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412233-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412233-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412233-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412233-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Dinophyceae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11.5'^^xsd:double;
  dwc:maximumDepth '11.5'^^xsd:double;
  dwc:aphiaid '19542'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412233-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '19542'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412219-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412219-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412219-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412219-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412219-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412219-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412219-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Nitzschia spp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11.5'^^xsd:double;
  dwc:maximumDepth '11.5'^^xsd:double;
  dwc:aphiaid '149045'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412219-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '149045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412220-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412220-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412220-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412220-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412220-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412220-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412220-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Paralia sulcata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11.5'^^xsd:double;
  dwc:maximumDepth '11.5'^^xsd:double;
  dwc:aphiaid '149055'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412220-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '149055'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412221-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412221-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412221-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412221-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412221-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412221-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412221-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pinnularia spp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11.5'^^xsd:double;
  dwc:maximumDepth '11.5'^^xsd:double;
  dwc:aphiaid '149208'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412221-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '149208'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412222-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412222-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412222-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412222-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412222-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412222-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412222-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pleurosigma spp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11.5'^^xsd:double;
  dwc:maximumDepth '11.5'^^xsd:double;
  dwc:aphiaid '149181'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412222-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '149181'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412223-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412223-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412223-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412223-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412223-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412223-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412223-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Psammodictyon panduriforme'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11.5'^^xsd:double;
  dwc:maximumDepth '11.5'^^xsd:double;
  dwc:aphiaid '149217'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412223-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '984623'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412224-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412224-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412224-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412224-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412224-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412224-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412224-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Rhopalodia gibba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11.5'^^xsd:double;
  dwc:maximumDepth '11.5'^^xsd:double;
  dwc:aphiaid '149566'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412224-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '149566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412225-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412225-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412225-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412225-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412225-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412225-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412225-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Surirella spp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11.5'^^xsd:double;
  dwc:maximumDepth '11.5'^^xsd:double;
  dwc:aphiaid '149084'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412225-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '149084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412218-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412218-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412218-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412218-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412218-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412218-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412218-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Nitzschia vermicularis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11.5'^^xsd:double;
  dwc:maximumDepth '11.5'^^xsd:double;
  dwc:aphiaid '175458'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412218-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '175459'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412430-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412430-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412430-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412430-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412430-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412430-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412430-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pleurosigma cf. angulatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11.5'^^xsd:double;
  dwc:maximumDepth '11.5'^^xsd:double;
  dwc:aphiaid '149181'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412430-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '149181'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412226-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412226-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412226-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412226-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412226-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412226-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412226-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Synedra acus var. acus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11.5'^^xsd:double;
  dwc:maximumDepth '11.5'^^xsd:double;
  dwc:aphiaid '176209'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412226-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '176209'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '240'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412394-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412394-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412394-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^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/5735__1412394-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412394-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412394-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412394-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Ulnaria cf. ulna'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11'^^xsd:integer;
  dwc:maximumDepth '11'^^xsd:integer;
  dwc:aphiaid '416120'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412394-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '416120'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412393-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412393-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412393-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^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/5735__1412393-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412393-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412393-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412393-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Trichotoxon cf. reinboldii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11'^^xsd:integer;
  dwc:maximumDepth '11'^^xsd:integer;
  dwc:aphiaid '149645'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412393-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '149645'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412177-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412177-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412177-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412177-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412177-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412177-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412177-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Amphora ostrearia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11.5'^^xsd:double;
  dwc:maximumDepth '11.5'^^xsd:double;
  dwc:aphiaid '149529'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412177-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '149529'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412176-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412176-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412176-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "11.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412176-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412176-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412176-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412176-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Achnanthes spp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11.5'^^xsd:double;
  dwc:maximumDepth '11.5'^^xsd:double;
  dwc:aphiaid '149191'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412176-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '149191'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412391-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412391-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412391-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^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/5735__1412391-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412391-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412391-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412391-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Surirella cf. minuta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11'^^xsd:integer;
  dwc:maximumDepth '11'^^xsd:integer;
  dwc:aphiaid '149084'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412391-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '149084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412392-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412392-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412392-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^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/5735__1412392-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412392-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412392-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412392-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pseudostaurosira cf. parasitica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11'^^xsd:integer;
  dwc:maximumDepth '11'^^xsd:integer;
  dwc:aphiaid '175755'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412392-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '175755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412390-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412390-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412390-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^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/5735__1412390-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412390-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412390-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412390-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pinnularia cf. claviculus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11'^^xsd:integer;
  dwc:maximumDepth '11'^^xsd:integer;
  dwc:aphiaid '149208'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412390-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '149208'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412389-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412389-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412389-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4794444"^^xsd:decimal ;
  dwc:decimalLongitude "17.2605556"^^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/5735__1412389-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4794444 17.2605556)"^^geo:wktLiteral ;
  geo-pos:lat "40.4794444"^^xsd:decimal ;
  geo-pos:long "17.2605556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412389-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412389-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412389-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Nitzschia cf. tryblionella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2605556'^^xsd:double;
  dwc:latitude '40.4794444'^^xsd:double;
  dwc:minimumDepth '11'^^xsd:integer;
  dwc:maximumDepth '11'^^xsd:integer;
  dwc:aphiaid '149045'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412389-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '149045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412048-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412048-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412048-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters "7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412048-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412048-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412048-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412048-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gyrosigma macrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:maximumDepth '7'^^xsd:integer;
  dwc:aphiaid '180325'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412048-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '662011'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412049-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412049-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412049-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters "7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412049-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412049-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412049-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412049-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gyrosigma spp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:maximumDepth '7'^^xsd:integer;
  dwc:aphiaid '149033'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412049-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '149033'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412050-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412050-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412050-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters "7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412050-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412050-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412050-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412050-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Licmophora spp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:maximumDepth '7'^^xsd:integer;
  dwc:aphiaid '149342'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412050-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '149342'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412045-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412045-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412045-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters "7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412045-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412045-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412045-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412045-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gyrosigma acuminatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:maximumDepth '7'^^xsd:integer;
  dwc:aphiaid '149035'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412045-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '149035'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412046-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412046-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412046-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters "7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412046-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412046-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412046-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412046-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gyrosigma attenuatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:maximumDepth '7'^^xsd:integer;
  dwc:aphiaid '661267'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412046-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '661267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412044-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412044-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412044-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters "7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412044-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412044-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412044-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412044-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Entomoneis sp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:maximumDepth '7'^^xsd:integer;
  dwc:aphiaid '156598'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412044-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '156598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412056-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412056-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412056-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters "7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412056-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412056-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412056-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412056-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Nitzschia spp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:maximumDepth '7'^^xsd:integer;
  dwc:aphiaid '149045'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412056-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '149045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412296-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412296-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412296-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "7.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412296-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412296-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412296-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412296-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Dinophyceae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7.5'^^xsd:double;
  dwc:maximumDepth '7.5'^^xsd:double;
  dwc:aphiaid '19542'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412296-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '19542'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412294-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412294-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412294-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "7.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412294-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412294-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412294-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412294-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Coscinodiscophycidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7.5'^^xsd:double;
  dwc:maximumDepth '7.5'^^xsd:double;
  dwc:aphiaid '148971'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412294-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '148971'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412295-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412295-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412295-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "7.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412295-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412295-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412295-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412295-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pennales bacillariophyceae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7.5'^^xsd:double;
  dwc:maximumDepth '7.5'^^xsd:double;
  dwc:aphiaid '148899'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412295-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '148899'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412287-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412287-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412287-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "7.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412287-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412287-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412287-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412287-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Rhopalodia gibba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7.5'^^xsd:double;
  dwc:maximumDepth '7.5'^^xsd:double;
  dwc:aphiaid '149566'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412287-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '149566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412288-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412288-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412288-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "7.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412288-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412288-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412288-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412288-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Surirella spp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7.5'^^xsd:double;
  dwc:maximumDepth '7.5'^^xsd:double;
  dwc:aphiaid '149084'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412288-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '149084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412289-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412289-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412289-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "7.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412289-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412289-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412289-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412289-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Synedra acus var. acus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7.5'^^xsd:double;
  dwc:maximumDepth '7.5'^^xsd:double;
  dwc:aphiaid '176209'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412289-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '176209'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '240'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412290-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412290-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412290-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "7.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412290-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412290-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412290-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412290-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Synedra spp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7.5'^^xsd:double;
  dwc:maximumDepth '7.5'^^xsd:double;
  dwc:aphiaid '149186'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412290-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '149186'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412291-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412291-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412291-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "7.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412291-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412291-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412291-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412291-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Synedra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7.5'^^xsd:double;
  dwc:maximumDepth '7.5'^^xsd:double;
  dwc:aphiaid '149186'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412291-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '149186'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412292-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412292-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412292-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "7.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412292-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412292-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412292-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412292-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Toxarium hennedyana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7.5'^^xsd:double;
  dwc:maximumDepth '7.5'^^xsd:double;
  dwc:aphiaid '968890'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412292-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '968890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412293-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412293-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412293-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "7.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412293-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412293-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412293-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412293-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Tropidoneis longa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7.5'^^xsd:double;
  dwc:maximumDepth '7.5'^^xsd:double;
  dwc:aphiaid '642474'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412293-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '642474'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412252-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412252-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412252-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "7.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412252-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412252-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412252-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412252-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Diploneis cf. bombus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7.5'^^xsd:double;
  dwc:maximumDepth '7.5'^^xsd:double;
  dwc:aphiaid '149018'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412252-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '149018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412242-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412242-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412242-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "7.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412242-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412242-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412242-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412242-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Auricula cf. insecta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7.5'^^xsd:double;
  dwc:maximumDepth '7.5'^^xsd:double;
  dwc:aphiaid '149521'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412242-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '149521'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412247-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412247-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412247-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "7.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412247-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412247-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412247-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412247-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Caloneis cf. ventricosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7.5'^^xsd:double;
  dwc:maximumDepth '7.5'^^xsd:double;
  dwc:aphiaid '149488'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412247-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '149488'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412053-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412053-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412053-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters "7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412053-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412053-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412053-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412053-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Nitzschia lorenziana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:maximumDepth '7'^^xsd:integer;
  dwc:aphiaid '175425'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412053-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '175425'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412297-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412297-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412297-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "7.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412297-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412297-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412297-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412297-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Prorocentrum sp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7.5'^^xsd:double;
  dwc:maximumDepth '7.5'^^xsd:double;
  dwc:aphiaid '109566'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412297-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '109566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412298-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412298-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412298-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "7.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412298-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412298-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412298-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412298-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Protozoa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7.5'^^xsd:double;
  dwc:maximumDepth '7.5'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412298-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412299-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412299-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412299-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "7.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412299-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412299-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412299-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412299-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Cyanobacteria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7.5'^^xsd:double;
  dwc:maximumDepth '7.5'^^xsd:double;
  dwc:aphiaid '146537'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412299-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '146537'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412300-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412300-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412300-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "7.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412300-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412300-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412300-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412300-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oscillatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7.5'^^xsd:double;
  dwc:maximumDepth '7.5'^^xsd:double;
  dwc:aphiaid '146549'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412300-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '146549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412301-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412301-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412301-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "7.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412301-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412301-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412301-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412301-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Chaetoceros'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7.5'^^xsd:double;
  dwc:maximumDepth '7.5'^^xsd:double;
  dwc:aphiaid '148985'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412301-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '148985'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412286-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412286-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412286-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "7.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412286-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412286-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412286-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412286-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Psammodictyon panduriforme'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7.5'^^xsd:double;
  dwc:maximumDepth '7.5'^^xsd:double;
  dwc:aphiaid '149217'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412286-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '984623'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412284-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412284-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412284-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "7.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412284-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412284-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412284-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412284-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pinnularia spp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7.5'^^xsd:double;
  dwc:maximumDepth '7.5'^^xsd:double;
  dwc:aphiaid '149208'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412284-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '149208'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412285-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412285-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412285-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "7.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412285-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412285-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412285-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412285-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pleurosigma spp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7.5'^^xsd:double;
  dwc:maximumDepth '7.5'^^xsd:double;
  dwc:aphiaid '149181'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412285-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '149181'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412062-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412062-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412062-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters "7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412062-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412062-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412062-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412062-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Synedra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:maximumDepth '7'^^xsd:integer;
  dwc:aphiaid '149186'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412062-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '149186'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412065-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412065-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412065-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters "7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412065-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412065-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412065-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412065-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Coscinodiscophycidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:maximumDepth '7'^^xsd:integer;
  dwc:aphiaid '148971'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412065-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '148971'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412269-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412269-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412269-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "7.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412269-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412269-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412269-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412269-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Nitzschia cf. angularis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7.5'^^xsd:double;
  dwc:maximumDepth '7.5'^^xsd:double;
  dwc:aphiaid '149045'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412269-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '149045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412262-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412262-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412262-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "7.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412262-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412262-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412262-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412262-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gyrosigma cf. spencerii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7.5'^^xsd:double;
  dwc:maximumDepth '7.5'^^xsd:double;
  dwc:aphiaid '149033'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412262-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '149033'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412064-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412064-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412064-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters "7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412064-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412064-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412064-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412064-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Tropidoneis longa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:maximumDepth '7'^^xsd:integer;
  dwc:aphiaid '642474'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412064-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '642474'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412047-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412047-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412047-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters "7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412047-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412047-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412047-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412047-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gyrosigma fasciola'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:maximumDepth '7'^^xsd:integer;
  dwc:aphiaid '149494'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412047-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '172535'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412270-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412270-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412270-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "7.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412270-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412270-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412270-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412270-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Nitzschia cf. commutata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7.5'^^xsd:double;
  dwc:maximumDepth '7.5'^^xsd:double;
  dwc:aphiaid '149045'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412270-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '149045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412271-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412271-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412271-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "7.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412271-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412271-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412271-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412271-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Nitzschia cf. dubia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7.5'^^xsd:double;
  dwc:maximumDepth '7.5'^^xsd:double;
  dwc:aphiaid '149045'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412271-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '149045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412409-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412409-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412409-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters "7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412409-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412409-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412409-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412409-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Ulnaria cf. ulna'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:maximumDepth '7'^^xsd:integer;
  dwc:aphiaid '416120'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412409-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '416120'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412408-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412408-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412408-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters "7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412408-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412408-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412408-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412408-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Trichotoxon cf. reinboldii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:maximumDepth '7'^^xsd:integer;
  dwc:aphiaid '149645'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412408-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '149645'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412407-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412407-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412407-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters "7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412407-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412407-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412407-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412407-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pseudostaurosira cf. parasitica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:maximumDepth '7'^^xsd:integer;
  dwc:aphiaid '175755'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412407-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '175755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412406-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412406-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412406-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters "7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412406-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412406-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412406-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412406-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Surirella cf. minuta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:maximumDepth '7'^^xsd:integer;
  dwc:aphiaid '149084'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412406-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '149084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412405-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412405-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412405-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters "7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412405-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412405-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412405-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412405-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pinnularia cf. claviculus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:maximumDepth '7'^^xsd:integer;
  dwc:aphiaid '149208'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412405-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '149208'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412404-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412404-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412404-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters "7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412404-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412404-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412404-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412404-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Nitzschia cf. tryblionella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:maximumDepth '7'^^xsd:integer;
  dwc:aphiaid '149045'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412404-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '149045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412403-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412403-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412403-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters "7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412403-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412403-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412403-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412403-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Nitzschia cf. fasciculata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:maximumDepth '7'^^xsd:integer;
  dwc:aphiaid '149045'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412403-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '149045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412402-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412402-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412402-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters "7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412402-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412402-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412402-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412402-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Nitzschia cf. dubia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:maximumDepth '7'^^xsd:integer;
  dwc:aphiaid '149045'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412402-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '149045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412401-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412401-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412401-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters "7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412401-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412401-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412401-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412401-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Nitzschia cf. commutata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:maximumDepth '7'^^xsd:integer;
  dwc:aphiaid '149045'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412401-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '149045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412051-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412051-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412051-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters "7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412051-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412051-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412051-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412051-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Navicula spp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:maximumDepth '7'^^xsd:integer;
  dwc:aphiaid '149142'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412051-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '149142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412052-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412052-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412052-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters "7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412052-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412052-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412052-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412052-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Nitzschia longissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:maximumDepth '7'^^xsd:integer;
  dwc:aphiaid '149150'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412052-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '149150'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412054-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412054-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412054-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters "7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412054-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412054-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412054-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412054-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Tryblionella punctata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:maximumDepth '7'^^xsd:integer;
  dwc:aphiaid '176540'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412054-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '176540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412055-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412055-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412055-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters "7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412055-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412055-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412055-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412055-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Nitzschia vermicularis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:maximumDepth '7'^^xsd:integer;
  dwc:aphiaid '175458'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412055-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '175459'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412275-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412275-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412275-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "7.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412275-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412275-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412275-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412275-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Tryblionella cf. littoralis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7.5'^^xsd:double;
  dwc:maximumDepth '7.5'^^xsd:double;
  dwc:aphiaid '176385'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412275-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '176385'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412057-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412057-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412057-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters "7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412057-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412057-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412057-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412057-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Paralia sulcata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:maximumDepth '7'^^xsd:integer;
  dwc:aphiaid '149055'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412057-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '149055'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412058-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412058-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412058-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters "7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412058-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412058-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412058-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412058-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pinnularia spp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:maximumDepth '7'^^xsd:integer;
  dwc:aphiaid '149208'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412058-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '149208'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412059-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412059-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412059-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters "7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412059-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412059-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412059-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412059-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Psammodictyon panduriforme'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:maximumDepth '7'^^xsd:integer;
  dwc:aphiaid '149217'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412059-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '984623'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412060-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412060-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412060-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters "7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412060-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412060-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412060-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412060-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Rhopalodia gibba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:maximumDepth '7'^^xsd:integer;
  dwc:aphiaid '149566'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412060-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '149566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412042-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412042-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412042-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters "7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412042-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412042-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412042-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412042-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Diploneis spp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:maximumDepth '7'^^xsd:integer;
  dwc:aphiaid '149018'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412042-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '149018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412043-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412043-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412043-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters "7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412043-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412043-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412043-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412043-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Entomoneis alata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:maximumDepth '7'^^xsd:integer;
  dwc:aphiaid '157428'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412043-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '157428'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412071-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412071-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412071-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters "7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412071-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412071-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412071-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412071-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oscillatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:maximumDepth '7'^^xsd:integer;
  dwc:aphiaid '146549'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412071-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '146549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412041-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412041-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412041-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters "7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412041-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412041-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412041-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412041-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Cylindrotheca closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:maximumDepth '7'^^xsd:integer;
  dwc:aphiaid '149004'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412041-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '149004'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412061-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412061-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412061-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters "7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412061-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412061-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412061-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412061-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Surirella spp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:maximumDepth '7'^^xsd:integer;
  dwc:aphiaid '149084'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412061-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '149084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412063-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412063-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412063-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters "7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412063-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412063-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412063-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412063-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Toxarium undulatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:maximumDepth '7'^^xsd:integer;
  dwc:aphiaid '248075'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412063-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '248075'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412066-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412066-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412066-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters "7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412066-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412066-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412066-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412066-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pennales bacillariophyceae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:maximumDepth '7'^^xsd:integer;
  dwc:aphiaid '148899'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412066-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '148899'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412067-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412067-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412067-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters "7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412067-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412067-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412067-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412067-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Dinophyceae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:maximumDepth '7'^^xsd:integer;
  dwc:aphiaid '19542'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412067-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '19542'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412068-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412068-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412068-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters "7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412068-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412068-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412068-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412068-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Prorocentrum sp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:maximumDepth '7'^^xsd:integer;
  dwc:aphiaid '109566'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412068-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '109566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412069-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412069-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412069-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters "7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412069-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412069-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412069-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412069-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Protozoa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:maximumDepth '7'^^xsd:integer;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412069-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412070-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412070-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412070-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters "7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412070-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412070-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412070-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412070-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Cyanobacteria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:maximumDepth '7'^^xsd:integer;
  dwc:aphiaid '146537'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412070-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '146537'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412035-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412035-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412035-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters "7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412035-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412035-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412035-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412035-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Amphora spp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:maximumDepth '7'^^xsd:integer;
  dwc:aphiaid '149200'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412035-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '149200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412036-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412036-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412036-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters "7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412036-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412036-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412036-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412036-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Bacillaria paxillifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:maximumDepth '7'^^xsd:integer;
  dwc:aphiaid '558243'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412036-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '558243'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412037-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412037-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412037-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters "7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412037-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412037-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412037-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412037-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Caloneis liber'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:maximumDepth '7'^^xsd:integer;
  dwc:aphiaid '177935'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412037-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '177935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412038-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412038-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412038-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters "7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412038-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412038-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412038-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412038-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Caloneis sp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:maximumDepth '7'^^xsd:integer;
  dwc:aphiaid '149488'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412038-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '149488'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412039-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412039-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412039-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters "7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412039-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412039-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412039-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412039-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Campylodiscus spp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:maximumDepth '7'^^xsd:integer;
  dwc:aphiaid '149616'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412039-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '149616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412040-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412040-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412040-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters "7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412040-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412040-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412040-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412040-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Cocconeis spp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:maximumDepth '7'^^xsd:integer;
  dwc:aphiaid '148989'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412040-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '148989'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412276-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412276-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412276-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "7.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412276-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412276-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412276-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412276-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Nitzschia longissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7.5'^^xsd:double;
  dwc:maximumDepth '7.5'^^xsd:double;
  dwc:aphiaid '149150'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412276-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '149150'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412264-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412264-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412264-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "7.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412264-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412264-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412264-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412264-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Licmophora spp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7.5'^^xsd:double;
  dwc:maximumDepth '7.5'^^xsd:double;
  dwc:aphiaid '149342'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412264-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '149342'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412265-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412265-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412265-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "7.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412265-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412265-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412265-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412265-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Mastogloia sp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7.5'^^xsd:double;
  dwc:maximumDepth '7.5'^^xsd:double;
  dwc:aphiaid '157052'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412265-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '157052'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412266-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412266-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412266-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "7.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412266-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412266-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412266-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412266-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Melosira jurgensi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7.5'^^xsd:double;
  dwc:maximumDepth '7.5'^^xsd:double;
  dwc:aphiaid '704446'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412266-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '704446'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412267-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412267-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412267-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "7.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412267-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412267-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412267-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412267-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Navicula cancellata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7.5'^^xsd:double;
  dwc:maximumDepth '7.5'^^xsd:double;
  dwc:aphiaid '149468'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412267-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '149468'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412268-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412268-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412268-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "7.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412268-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412268-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412268-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412268-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Navicula spp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7.5'^^xsd:double;
  dwc:maximumDepth '7.5'^^xsd:double;
  dwc:aphiaid '149142'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412268-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '149142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412272-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412272-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412272-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "7.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412272-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412272-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412272-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412272-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Nitzschia fasciculata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7.5'^^xsd:double;
  dwc:maximumDepth '7.5'^^xsd:double;
  dwc:aphiaid '149605'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412272-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '149605'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412273-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412273-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412273-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "7.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412273-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412273-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412273-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412273-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Nitzschia insignis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7.5'^^xsd:double;
  dwc:maximumDepth '7.5'^^xsd:double;
  dwc:aphiaid '390662'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412273-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '390662'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412277-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412277-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412277-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "7.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412277-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412277-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412277-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412277-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Nitzschia lorenziana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7.5'^^xsd:double;
  dwc:maximumDepth '7.5'^^xsd:double;
  dwc:aphiaid '175425'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412277-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '175425'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412278-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412278-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412278-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "7.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412278-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412278-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412278-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412278-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Nitzschia sigma'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7.5'^^xsd:double;
  dwc:maximumDepth '7.5'^^xsd:double;
  dwc:aphiaid '149213'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412278-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '149213'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412279-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412279-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412279-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "7.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412279-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412279-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412279-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412279-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Nitzschia sigma var. rigida'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7.5'^^xsd:double;
  dwc:maximumDepth '7.5'^^xsd:double;
  dwc:aphiaid '671471'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412279-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '671471'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '240'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412280-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412280-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412280-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "7.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412280-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412280-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412280-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412280-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Nitzschia sigmoidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7.5'^^xsd:double;
  dwc:maximumDepth '7.5'^^xsd:double;
  dwc:aphiaid '149604'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412280-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '149604'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412281-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412281-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412281-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "7.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412281-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412281-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412281-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412281-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Nitzschia vermicularis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7.5'^^xsd:double;
  dwc:maximumDepth '7.5'^^xsd:double;
  dwc:aphiaid '175458'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412281-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '175459'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412282-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412282-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412282-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "7.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412282-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412282-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412282-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412282-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Nitzschia spp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7.5'^^xsd:double;
  dwc:maximumDepth '7.5'^^xsd:double;
  dwc:aphiaid '149045'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412282-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '149045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412283-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412283-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412283-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "7.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412283-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412283-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412283-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412283-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Paralia sulcata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7.5'^^xsd:double;
  dwc:maximumDepth '7.5'^^xsd:double;
  dwc:aphiaid '149055'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412283-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '149055'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412263-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412263-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412263-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "7.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412263-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412263-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412263-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412263-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gyrosigma spp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7.5'^^xsd:double;
  dwc:maximumDepth '7.5'^^xsd:double;
  dwc:aphiaid '149033'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412263-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '149033'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412251-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412251-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412251-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "7.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412251-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412251-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412251-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412251-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Cylindrotheca closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7.5'^^xsd:double;
  dwc:maximumDepth '7.5'^^xsd:double;
  dwc:aphiaid '149004'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412251-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '149004'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412253-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412253-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412253-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "7.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412253-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412253-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412253-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412253-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Diploneis spp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7.5'^^xsd:double;
  dwc:maximumDepth '7.5'^^xsd:double;
  dwc:aphiaid '149018'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412253-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '149018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412254-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412254-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412254-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "7.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412254-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412254-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412254-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412254-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Entomoneis alata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7.5'^^xsd:double;
  dwc:maximumDepth '7.5'^^xsd:double;
  dwc:aphiaid '157428'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412254-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '157428'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412255-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412255-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412255-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "7.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412255-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412255-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412255-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412255-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Entomoneis sp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7.5'^^xsd:double;
  dwc:maximumDepth '7.5'^^xsd:double;
  dwc:aphiaid '156598'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412255-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '156598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412256-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412256-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412256-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "7.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412256-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412256-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412256-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412256-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Fragilariaceae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7.5'^^xsd:double;
  dwc:maximumDepth '7.5'^^xsd:double;
  dwc:aphiaid '148952'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412256-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '148952'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412257-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412257-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412257-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "7.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412257-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412257-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412257-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412257-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Frustulia spp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7.5'^^xsd:double;
  dwc:maximumDepth '7.5'^^xsd:double;
  dwc:aphiaid '156946'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412257-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '156946'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412260-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412260-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412260-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "7.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412260-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412260-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412260-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412260-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gyrosigma fasciola'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7.5'^^xsd:double;
  dwc:maximumDepth '7.5'^^xsd:double;
  dwc:aphiaid '149494'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412260-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '172535'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412261-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412261-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412261-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "7.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412261-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412261-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412261-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412261-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gyrosigma macrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7.5'^^xsd:double;
  dwc:maximumDepth '7.5'^^xsd:double;
  dwc:aphiaid '180325'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412261-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '662011'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412241-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412241-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412241-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "7.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412241-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412241-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412241-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412241-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Amphora spp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7.5'^^xsd:double;
  dwc:maximumDepth '7.5'^^xsd:double;
  dwc:aphiaid '149200'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412241-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '149200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412243-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412243-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412243-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "7.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412243-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412243-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412243-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412243-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Auricula spp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7.5'^^xsd:double;
  dwc:maximumDepth '7.5'^^xsd:double;
  dwc:aphiaid '149521'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412243-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '149521'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412244-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412244-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412244-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "7.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412244-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412244-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412244-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412244-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Bacillaria paxillifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7.5'^^xsd:double;
  dwc:maximumDepth '7.5'^^xsd:double;
  dwc:aphiaid '558243'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412244-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '558243'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412245-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412245-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412245-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "7.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412245-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412245-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412245-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412245-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Biddulphia biddulphiana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7.5'^^xsd:double;
  dwc:maximumDepth '7.5'^^xsd:double;
  dwc:aphiaid '162952'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412245-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '162952'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412246-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412246-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412246-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "7.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412246-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412246-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412246-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412246-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Caloneis liber'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7.5'^^xsd:double;
  dwc:maximumDepth '7.5'^^xsd:double;
  dwc:aphiaid '177935'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412246-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '177935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412248-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412248-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412248-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "7.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412248-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412248-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412248-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412248-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Caloneis sp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7.5'^^xsd:double;
  dwc:maximumDepth '7.5'^^xsd:double;
  dwc:aphiaid '149488'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412248-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '149488'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412249-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412249-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412249-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "7.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412249-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412249-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412249-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412249-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Campylodiscus spp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7.5'^^xsd:double;
  dwc:maximumDepth '7.5'^^xsd:double;
  dwc:aphiaid '149616'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412249-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '149616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412250-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412250-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412250-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "7.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412250-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412250-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412250-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412250-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Cocconeis spp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7.5'^^xsd:double;
  dwc:maximumDepth '7.5'^^xsd:double;
  dwc:aphiaid '148989'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412250-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '148989'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412239-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412239-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412239-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "7.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412239-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412239-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412239-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412239-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Achnanthes spp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7.5'^^xsd:double;
  dwc:maximumDepth '7.5'^^xsd:double;
  dwc:aphiaid '149191'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412239-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '149191'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412240-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412240-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412240-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "7.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412240-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412240-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412240-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412240-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Amphora ostrearia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7.5'^^xsd:double;
  dwc:maximumDepth '7.5'^^xsd:double;
  dwc:aphiaid '149529'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412240-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '149529'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412433-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412433-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412433-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "7.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412433-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412433-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412433-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412433-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Nitzschia cf. tryblionella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7.5'^^xsd:double;
  dwc:maximumDepth '7.5'^^xsd:double;
  dwc:aphiaid '149045'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412433-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '149045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412434-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412434-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412434-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "7.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412434-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412434-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412434-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412434-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pleurosigma cf. angulatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7.5'^^xsd:double;
  dwc:maximumDepth '7.5'^^xsd:double;
  dwc:aphiaid '149181'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412434-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '149181'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412435-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412435-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412435-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "7.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412435-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412435-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412435-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412435-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pseudostaurosira cf. parasitica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7.5'^^xsd:double;
  dwc:maximumDepth '7.5'^^xsd:double;
  dwc:aphiaid '175755'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412435-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '175755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412436-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412436-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412436-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "7.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412436-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412436-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412436-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412436-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Ulnaria cf. ulna'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7.5'^^xsd:double;
  dwc:maximumDepth '7.5'^^xsd:double;
  dwc:aphiaid '416120'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412436-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '416120'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412072-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412072-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412072-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters "7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412072-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412072-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412072-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412072-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Anabaena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:maximumDepth '7'^^xsd:integer;
  dwc:aphiaid '146585'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412072-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '146585'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412073-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412073-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412073-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters "7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412073-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412073-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412073-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412073-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Spirulina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:maximumDepth '7'^^xsd:integer;
  dwc:aphiaid '146541'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412073-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '146541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412259-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412259-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412259-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "7.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412259-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412259-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412259-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412259-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gyrosigma cf. acuminatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7.5'^^xsd:double;
  dwc:maximumDepth '7.5'^^xsd:double;
  dwc:aphiaid '149033'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412259-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '149033'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412258-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412258-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412258-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "7.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412258-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412258-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412258-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412258-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Grammatophora cf. serpentina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7.5'^^xsd:double;
  dwc:maximumDepth '7.5'^^xsd:double;
  dwc:aphiaid '149335'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412258-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '149335'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412274-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412274-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412274-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "7.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412274-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412274-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412274-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412274-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Tryblionella cf. levidensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7.5'^^xsd:double;
  dwc:maximumDepth '7.5'^^xsd:double;
  dwc:aphiaid '176385'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412274-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '176385'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412397-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412397-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412397-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters "7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412397-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412397-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412397-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412397-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gyrosigma cf. balticum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:maximumDepth '7'^^xsd:integer;
  dwc:aphiaid '149033'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412397-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '149033'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412398-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412398-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412398-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters "7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412398-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412398-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412398-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412398-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Navicula cf. complanata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:maximumDepth '7'^^xsd:integer;
  dwc:aphiaid '149142'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412398-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '149142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412396-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412396-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412396-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters "7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412396-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412396-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412396-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412396-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Diploneis cf. bombus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:maximumDepth '7'^^xsd:integer;
  dwc:aphiaid '149018'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412396-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '149018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412395-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412395-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412395-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters "7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412395-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412395-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412395-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412395-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Amphora cf. bigibba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:maximumDepth '7'^^xsd:integer;
  dwc:aphiaid '149200'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412395-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '149200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412400-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412400-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412400-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters "7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412400-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412400-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412400-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412400-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Nitzschia cf. clausii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:maximumDepth '7'^^xsd:integer;
  dwc:aphiaid '149045'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412400-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '149045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412399-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412399-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412399-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.2863889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters "7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412399-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.2863889)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.2863889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412399-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412399-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412399-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Nitzschia cf. angularis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.2863889'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:maximumDepth '7'^^xsd:integer;
  dwc:aphiaid '149045'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412399-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '149045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412346-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412346-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412346-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8.1"^^xsd:integer ;
  dwc:maximumDepthInMeters "8.1"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412346-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412346-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412346-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412346-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Paralia sulcata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8.1'^^xsd:double;
  dwc:maximumDepth '8.1'^^xsd:double;
  dwc:aphiaid '149055'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412346-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '149055'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412347-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412347-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412347-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8.1"^^xsd:integer ;
  dwc:maximumDepthInMeters "8.1"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412347-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412347-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412347-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412347-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pinnularia spp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8.1'^^xsd:double;
  dwc:maximumDepth '8.1'^^xsd:double;
  dwc:aphiaid '149208'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412347-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '149208'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412348-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412348-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412348-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8.1"^^xsd:integer ;
  dwc:maximumDepthInMeters "8.1"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412348-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412348-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412348-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412348-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pleurosigma spp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8.1'^^xsd:double;
  dwc:maximumDepth '8.1'^^xsd:double;
  dwc:aphiaid '149181'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412348-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '149181'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412334-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412334-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412334-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8.1"^^xsd:integer ;
  dwc:maximumDepthInMeters "8.1"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412334-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412334-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412334-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412334-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Nitzschia cf. dubia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8.1'^^xsd:double;
  dwc:maximumDepth '8.1'^^xsd:double;
  dwc:aphiaid '149045'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412334-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '149045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412337-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412337-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412337-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8.1"^^xsd:integer ;
  dwc:maximumDepthInMeters "8.1"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412337-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412337-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412337-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412337-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Tryblionella cf. levidensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8.1'^^xsd:double;
  dwc:maximumDepth '8.1'^^xsd:double;
  dwc:aphiaid '176385'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412337-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '176385'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412343-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412343-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412343-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8.1"^^xsd:integer ;
  dwc:maximumDepthInMeters "8.1"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412343-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412343-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412343-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412343-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Nitzschia sigmoidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8.1'^^xsd:double;
  dwc:maximumDepth '8.1'^^xsd:double;
  dwc:aphiaid '149604'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412343-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '149604'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412344-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412344-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412344-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8.1"^^xsd:integer ;
  dwc:maximumDepthInMeters "8.1"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412344-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412344-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412344-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412344-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Nitzschia vermicularis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8.1'^^xsd:double;
  dwc:maximumDepth '8.1'^^xsd:double;
  dwc:aphiaid '175458'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412344-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '175459'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412342-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412342-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412342-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8.1"^^xsd:integer ;
  dwc:maximumDepthInMeters "8.1"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412342-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412342-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412342-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412342-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Nitzschia sigma var. rigida'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8.1'^^xsd:double;
  dwc:maximumDepth '8.1'^^xsd:double;
  dwc:aphiaid '671471'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412342-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '671471'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '240'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412354-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412354-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412354-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8.1"^^xsd:integer ;
  dwc:maximumDepthInMeters "8.1"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412354-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412354-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412354-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412354-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Synedra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8.1'^^xsd:double;
  dwc:maximumDepth '8.1'^^xsd:double;
  dwc:aphiaid '149186'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412354-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '149186'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412096-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412096-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412096-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412096-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412096-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412096-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412096-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Paralia sulcata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:aphiaid '149055'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412096-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '149055'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412098-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412098-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412098-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412098-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412098-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412098-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412098-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Psammodictyon panduriforme'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:aphiaid '149217'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412098-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '984623'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412099-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412099-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412099-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412099-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412099-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412099-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412099-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Rhopalodia gibba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:aphiaid '149566'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412099-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '149566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412100-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412100-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412100-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412100-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412100-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412100-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412100-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Surirella spp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:aphiaid '149084'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412100-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '149084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412101-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412101-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412101-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412101-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412101-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412101-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412101-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Synedra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:aphiaid '149186'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412101-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '149186'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412102-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412102-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412102-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412102-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412102-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412102-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412102-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Toxarium undulatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:aphiaid '248075'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412102-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '248075'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412350-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412350-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412350-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8.1"^^xsd:integer ;
  dwc:maximumDepthInMeters "8.1"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412350-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412350-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412350-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412350-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Rhopalodia gibba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8.1'^^xsd:double;
  dwc:maximumDepth '8.1'^^xsd:double;
  dwc:aphiaid '149566'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412350-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '149566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412351-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412351-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412351-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8.1"^^xsd:integer ;
  dwc:maximumDepthInMeters "8.1"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412351-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412351-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412351-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412351-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Surirella spp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8.1'^^xsd:double;
  dwc:maximumDepth '8.1'^^xsd:double;
  dwc:aphiaid '149084'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412351-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '149084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412352-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412352-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412352-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8.1"^^xsd:integer ;
  dwc:maximumDepthInMeters "8.1"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412352-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412352-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412352-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412352-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Synedra acus var. acus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8.1'^^xsd:double;
  dwc:maximumDepth '8.1'^^xsd:double;
  dwc:aphiaid '176209'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412352-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '176209'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '240'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412304-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412304-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412304-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8.1"^^xsd:integer ;
  dwc:maximumDepthInMeters "8.1"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412304-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412304-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412304-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412304-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Amphora spp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8.1'^^xsd:double;
  dwc:maximumDepth '8.1'^^xsd:double;
  dwc:aphiaid '149200'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412304-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '149200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412302-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412302-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412302-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8.1"^^xsd:integer ;
  dwc:maximumDepthInMeters "8.1"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412302-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412302-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412302-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412302-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Achnanthes spp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8.1'^^xsd:double;
  dwc:maximumDepth '8.1'^^xsd:double;
  dwc:aphiaid '149191'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412302-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '149191'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412303-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412303-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412303-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8.1"^^xsd:integer ;
  dwc:maximumDepthInMeters "8.1"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412303-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412303-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412303-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412303-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Amphora ostrearia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8.1'^^xsd:double;
  dwc:maximumDepth '8.1'^^xsd:double;
  dwc:aphiaid '149529'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412303-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '149529'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412306-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412306-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412306-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8.1"^^xsd:integer ;
  dwc:maximumDepthInMeters "8.1"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412306-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412306-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412306-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412306-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Auricula spp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8.1'^^xsd:double;
  dwc:maximumDepth '8.1'^^xsd:double;
  dwc:aphiaid '149521'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412306-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '149521'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412307-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412307-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412307-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8.1"^^xsd:integer ;
  dwc:maximumDepthInMeters "8.1"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412307-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412307-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412307-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412307-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Bacillaria paxillifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8.1'^^xsd:double;
  dwc:maximumDepth '8.1'^^xsd:double;
  dwc:aphiaid '558243'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412307-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '558243'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412308-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412308-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412308-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8.1"^^xsd:integer ;
  dwc:maximumDepthInMeters "8.1"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412308-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412308-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412308-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412308-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Biddulphia biddulphiana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8.1'^^xsd:double;
  dwc:maximumDepth '8.1'^^xsd:double;
  dwc:aphiaid '162952'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412308-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '162952'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412309-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412309-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412309-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8.1"^^xsd:integer ;
  dwc:maximumDepthInMeters "8.1"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412309-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412309-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412309-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412309-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Caloneis liber'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8.1'^^xsd:double;
  dwc:maximumDepth '8.1'^^xsd:double;
  dwc:aphiaid '177935'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412309-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '177935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412311-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412311-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412311-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8.1"^^xsd:integer ;
  dwc:maximumDepthInMeters "8.1"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412311-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412311-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412311-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412311-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Caloneis sp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8.1'^^xsd:double;
  dwc:maximumDepth '8.1'^^xsd:double;
  dwc:aphiaid '149488'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412311-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '149488'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412312-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412312-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412312-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8.1"^^xsd:integer ;
  dwc:maximumDepthInMeters "8.1"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412312-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412312-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412312-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412312-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Campylodiscus spp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8.1'^^xsd:double;
  dwc:maximumDepth '8.1'^^xsd:double;
  dwc:aphiaid '149616'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412312-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '149616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412313-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412313-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412313-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8.1"^^xsd:integer ;
  dwc:maximumDepthInMeters "8.1"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412313-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412313-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412313-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412313-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Cocconeis spp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8.1'^^xsd:double;
  dwc:maximumDepth '8.1'^^xsd:double;
  dwc:aphiaid '148989'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412313-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '148989'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412322-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412322-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412322-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8.1"^^xsd:integer ;
  dwc:maximumDepthInMeters "8.1"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412322-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412322-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412322-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412322-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gyrosigma cf. acuminatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8.1'^^xsd:double;
  dwc:maximumDepth '8.1'^^xsd:double;
  dwc:aphiaid '149033'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412322-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '149033'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412325-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412325-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412325-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8.1"^^xsd:integer ;
  dwc:maximumDepthInMeters "8.1"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412325-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412325-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412325-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412325-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gyrosigma cf. spencerii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8.1'^^xsd:double;
  dwc:maximumDepth '8.1'^^xsd:double;
  dwc:aphiaid '149033'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412325-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '149033'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412110-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412110-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412110-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412110-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412110-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412110-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412110-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oscillatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:aphiaid '146549'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412110-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '146549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412111-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412111-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412111-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412111-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412111-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412111-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412111-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Anabaena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:aphiaid '146585'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412111-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '146585'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412422-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412422-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412422-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412422-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412422-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412422-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412422-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pseudostaurosira cf. parasitica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:aphiaid '175755'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412422-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '175755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412421-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412421-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412421-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412421-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412421-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412421-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412421-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Surirella cf. minuta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:aphiaid '149084'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412421-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '149084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412420-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412420-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412420-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412420-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412420-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412420-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412420-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pinnularia cf. claviculus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:aphiaid '149208'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412420-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '149208'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412424-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412424-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412424-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412424-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412424-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412424-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412424-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Ulnaria cf. ulna'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:aphiaid '416120'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412424-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '416120'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412423-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412423-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412423-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412423-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412423-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412423-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412423-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Trichotoxon cf. reinboldii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:aphiaid '149645'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412423-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '149645'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412419-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412419-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412419-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412419-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412419-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412419-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412419-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Nitzschia cf. tryblionella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:aphiaid '149045'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412419-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '149045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412418-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412418-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412418-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412418-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412418-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412418-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412418-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Nitzschia cf. fasciculata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:aphiaid '149045'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412418-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '149045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412417-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412417-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412417-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412417-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412417-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412417-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412417-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Nitzschia cf. dubia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:aphiaid '149045'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412417-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '149045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412416-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412416-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412416-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412416-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412416-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412416-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412416-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Nitzschia cf. commutata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:aphiaid '149045'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412416-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '149045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412415-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412415-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412415-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412415-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412415-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412415-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412415-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Nitzschia cf. clausii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:aphiaid '149045'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412415-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '149045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412413-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412413-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412413-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412413-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412413-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412413-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412413-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Navicula cf. complanata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:aphiaid '149142'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412413-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '149142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412414-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412414-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412414-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412414-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412414-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412414-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412414-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Nitzschia cf. angularis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:aphiaid '149045'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412414-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '149045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412095-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412095-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412095-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412095-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412095-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412095-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412095-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Nitzschia spp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:aphiaid '149045'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412095-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '149045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412103-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412103-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412103-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412103-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412103-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412103-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412103-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Tropidoneis longa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:aphiaid '642474'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412103-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '642474'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412104-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412104-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412104-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412104-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412104-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412104-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412104-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Coscinodiscophycidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:aphiaid '148971'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412104-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '148971'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412105-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412105-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412105-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412105-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412105-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412105-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412105-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pennales bacillariophyceae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:aphiaid '148899'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412105-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '148899'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412106-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412106-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412106-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412106-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412106-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412106-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412106-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Dinophyceae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:aphiaid '19542'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412106-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '19542'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412362-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412362-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412362-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8.1"^^xsd:integer ;
  dwc:maximumDepthInMeters "8.1"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412362-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412362-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412362-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412362-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Cyanobacteria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8.1'^^xsd:double;
  dwc:maximumDepth '8.1'^^xsd:double;
  dwc:aphiaid '146537'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412362-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '146537'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412345-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412345-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412345-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8.1"^^xsd:integer ;
  dwc:maximumDepthInMeters "8.1"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412345-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412345-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412345-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412345-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Nitzschia spp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8.1'^^xsd:double;
  dwc:maximumDepth '8.1'^^xsd:double;
  dwc:aphiaid '149045'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412345-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '149045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412112-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412112-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412112-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412112-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412112-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412112-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412112-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Spirulina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:aphiaid '146541'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412112-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '146541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412412-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412412-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412412-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412412-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412412-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412412-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412412-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gyrosigma cf. balticum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:aphiaid '149033'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412412-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '149033'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412411-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412411-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412411-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412411-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412411-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412411-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412411-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Diploneis cf. bombus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:aphiaid '149018'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412411-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '149018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412410-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412410-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412410-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412410-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412410-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412410-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412410-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Amphora cf. bigibba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:aphiaid '149200'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412410-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '149200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412349-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412349-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412349-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8.1"^^xsd:integer ;
  dwc:maximumDepthInMeters "8.1"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412349-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412349-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412349-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412349-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Psammodictyon panduriforme'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8.1'^^xsd:double;
  dwc:maximumDepth '8.1'^^xsd:double;
  dwc:aphiaid '149217'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412349-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '984623'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412353-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412353-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412353-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8.1"^^xsd:integer ;
  dwc:maximumDepthInMeters "8.1"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412353-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412353-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412353-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412353-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Synedra spp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8.1'^^xsd:double;
  dwc:maximumDepth '8.1'^^xsd:double;
  dwc:aphiaid '149186'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412353-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '149186'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412107-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412107-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412107-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412107-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412107-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412107-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412107-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Prorocentrum sp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:aphiaid '109566'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412107-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '109566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412321-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412321-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412321-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8.1"^^xsd:integer ;
  dwc:maximumDepthInMeters "8.1"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412321-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412321-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412321-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412321-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Grammatophora cf. serpentina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8.1'^^xsd:double;
  dwc:maximumDepth '8.1'^^xsd:double;
  dwc:aphiaid '149335'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412321-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '149335'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412315-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412315-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412315-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8.1"^^xsd:integer ;
  dwc:maximumDepthInMeters "8.1"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412315-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412315-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412315-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412315-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Diploneis cf. bombus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8.1'^^xsd:double;
  dwc:maximumDepth '8.1'^^xsd:double;
  dwc:aphiaid '149018'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412315-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '149018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412356-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412356-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412356-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8.1"^^xsd:integer ;
  dwc:maximumDepthInMeters "8.1"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412356-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412356-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412356-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412356-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Tropidoneis longa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8.1'^^xsd:double;
  dwc:maximumDepth '8.1'^^xsd:double;
  dwc:aphiaid '642474'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412356-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '642474'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412357-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412357-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412357-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8.1"^^xsd:integer ;
  dwc:maximumDepthInMeters "8.1"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412357-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412357-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412357-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412357-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Coscinodiscophycidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8.1'^^xsd:double;
  dwc:maximumDepth '8.1'^^xsd:double;
  dwc:aphiaid '148971'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412357-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '148971'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412358-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412358-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412358-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8.1"^^xsd:integer ;
  dwc:maximumDepthInMeters "8.1"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412358-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412358-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412358-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412358-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pennales bacillariophyceae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8.1'^^xsd:double;
  dwc:maximumDepth '8.1'^^xsd:double;
  dwc:aphiaid '148899'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412358-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '148899'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412355-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412355-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412355-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8.1"^^xsd:integer ;
  dwc:maximumDepthInMeters "8.1"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412355-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412355-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412355-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412355-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Toxarium hennedyana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8.1'^^xsd:double;
  dwc:maximumDepth '8.1'^^xsd:double;
  dwc:aphiaid '968890'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412355-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '968890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412082-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412082-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412082-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412082-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412082-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412082-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412082-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Entomoneis alata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:aphiaid '157428'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412082-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '157428'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412083-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412083-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412083-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412083-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412083-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412083-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412083-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Entomoneis sp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:aphiaid '156598'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412083-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '156598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412084-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412084-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412084-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412084-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412084-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412084-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412084-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gyrosigma acuminatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:aphiaid '149035'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412084-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '149035'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412085-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412085-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412085-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412085-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412085-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412085-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412085-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gyrosigma attenuatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:aphiaid '661267'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412085-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '661267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412086-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412086-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412086-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412086-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412086-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412086-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412086-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gyrosigma fasciola'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:aphiaid '149494'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412086-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '172535'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412087-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412087-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412087-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412087-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412087-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412087-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412087-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gyrosigma macrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:aphiaid '180325'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412087-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '662011'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412092-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412092-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412092-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412092-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412092-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412092-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412092-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Nitzschia lorenziana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:aphiaid '175425'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412092-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '175425'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412088-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412088-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412088-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412088-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412088-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412088-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412088-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gyrosigma spp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:aphiaid '149033'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412088-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '149033'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412089-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412089-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412089-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412089-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412089-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412089-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412089-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Licmophora spp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:aphiaid '149342'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412089-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '149342'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412090-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412090-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412090-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412090-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412090-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412090-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412090-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Navicula spp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:aphiaid '149142'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412090-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '149142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412091-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412091-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412091-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412091-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412091-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412091-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412091-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Nitzschia longissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:aphiaid '149150'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412091-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '149150'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412093-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412093-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412093-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412093-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412093-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412093-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412093-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Tryblionella punctata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:aphiaid '176540'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412093-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '176540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412094-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412094-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412094-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412094-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412094-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412094-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412094-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Nitzschia vermicularis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:aphiaid '175458'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412094-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '175459'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412078-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412078-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412078-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412078-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412078-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412078-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412078-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Campylodiscus spp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:aphiaid '149616'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412078-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '149616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412079-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412079-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412079-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412079-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412079-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412079-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412079-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Cocconeis spp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:aphiaid '148989'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412079-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '148989'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412080-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412080-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412080-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412080-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412080-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412080-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412080-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Cylindrotheca closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:aphiaid '149004'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412080-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '149004'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412081-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412081-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412081-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412081-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412081-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412081-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412081-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Diploneis spp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:aphiaid '149018'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412081-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '149018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412077-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412077-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412077-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412077-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412077-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412077-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412077-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Caloneis sp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:aphiaid '149488'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412077-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '149488'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412326-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412326-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412326-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8.1"^^xsd:integer ;
  dwc:maximumDepthInMeters "8.1"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412326-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412326-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412326-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412326-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gyrosigma spp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8.1'^^xsd:double;
  dwc:maximumDepth '8.1'^^xsd:double;
  dwc:aphiaid '149033'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412326-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '149033'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412339-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412339-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412339-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8.1"^^xsd:integer ;
  dwc:maximumDepthInMeters "8.1"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412339-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412339-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412339-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412339-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Nitzschia longissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8.1'^^xsd:double;
  dwc:maximumDepth '8.1'^^xsd:double;
  dwc:aphiaid '149150'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412339-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '149150'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412340-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412340-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412340-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8.1"^^xsd:integer ;
  dwc:maximumDepthInMeters "8.1"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412340-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412340-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412340-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412340-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Nitzschia lorenziana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8.1'^^xsd:double;
  dwc:maximumDepth '8.1'^^xsd:double;
  dwc:aphiaid '175425'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412340-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '175425'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412341-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412341-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412341-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8.1"^^xsd:integer ;
  dwc:maximumDepthInMeters "8.1"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412341-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412341-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412341-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412341-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Nitzschia sigma'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8.1'^^xsd:double;
  dwc:maximumDepth '8.1'^^xsd:double;
  dwc:aphiaid '149213'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412341-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '149213'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412316-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412316-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412316-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8.1"^^xsd:integer ;
  dwc:maximumDepthInMeters "8.1"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412316-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412316-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412316-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412316-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Diploneis spp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8.1'^^xsd:double;
  dwc:maximumDepth '8.1'^^xsd:double;
  dwc:aphiaid '149018'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412316-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '149018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412317-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412317-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412317-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8.1"^^xsd:integer ;
  dwc:maximumDepthInMeters "8.1"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412317-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412317-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412317-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412317-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Entomoneis alata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8.1'^^xsd:double;
  dwc:maximumDepth '8.1'^^xsd:double;
  dwc:aphiaid '157428'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412317-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '157428'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412318-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412318-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412318-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8.1"^^xsd:integer ;
  dwc:maximumDepthInMeters "8.1"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412318-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412318-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412318-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412318-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Entomoneis sp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8.1'^^xsd:double;
  dwc:maximumDepth '8.1'^^xsd:double;
  dwc:aphiaid '156598'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412318-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '156598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412319-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412319-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412319-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8.1"^^xsd:integer ;
  dwc:maximumDepthInMeters "8.1"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412319-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412319-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412319-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412319-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Fragilariaceae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8.1'^^xsd:double;
  dwc:maximumDepth '8.1'^^xsd:double;
  dwc:aphiaid '148952'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412319-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '148952'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412320-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412320-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412320-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8.1"^^xsd:integer ;
  dwc:maximumDepthInMeters "8.1"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412320-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412320-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412320-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412320-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Frustulia spp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8.1'^^xsd:double;
  dwc:maximumDepth '8.1'^^xsd:double;
  dwc:aphiaid '156946'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412320-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '156946'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412323-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412323-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412323-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8.1"^^xsd:integer ;
  dwc:maximumDepthInMeters "8.1"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412323-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412323-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412323-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412323-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gyrosigma fasciola'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8.1'^^xsd:double;
  dwc:maximumDepth '8.1'^^xsd:double;
  dwc:aphiaid '149494'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412323-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '172535'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412324-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412324-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412324-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8.1"^^xsd:integer ;
  dwc:maximumDepthInMeters "8.1"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412324-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412324-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412324-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412324-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Gyrosigma macrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8.1'^^xsd:double;
  dwc:maximumDepth '8.1'^^xsd:double;
  dwc:aphiaid '180325'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412324-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '662011'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412359-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412359-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412359-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8.1"^^xsd:integer ;
  dwc:maximumDepthInMeters "8.1"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412359-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412359-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412359-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412359-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Dinophyceae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8.1'^^xsd:double;
  dwc:maximumDepth '8.1'^^xsd:double;
  dwc:aphiaid '19542'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412359-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '19542'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412360-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412360-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412360-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8.1"^^xsd:integer ;
  dwc:maximumDepthInMeters "8.1"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412360-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412360-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412360-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412360-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Prorocentrum sp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8.1'^^xsd:double;
  dwc:maximumDepth '8.1'^^xsd:double;
  dwc:aphiaid '109566'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412360-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '109566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412361-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412361-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412361-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8.1"^^xsd:integer ;
  dwc:maximumDepthInMeters "8.1"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412361-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412361-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412361-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412361-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Protozoa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8.1'^^xsd:double;
  dwc:maximumDepth '8.1'^^xsd:double;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412361-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412363-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412363-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412363-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8.1"^^xsd:integer ;
  dwc:maximumDepthInMeters "8.1"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412363-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412363-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412363-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412363-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Oscillatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8.1'^^xsd:double;
  dwc:maximumDepth '8.1'^^xsd:double;
  dwc:aphiaid '146549'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412363-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '146549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412364-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412364-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412364-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8.1"^^xsd:integer ;
  dwc:maximumDepthInMeters "8.1"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412364-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412364-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412364-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412364-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Chaetoceros'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8.1'^^xsd:double;
  dwc:maximumDepth '8.1'^^xsd:double;
  dwc:aphiaid '148985'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412364-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '148985'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412314-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412314-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412314-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8.1"^^xsd:integer ;
  dwc:maximumDepthInMeters "8.1"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412314-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412314-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412314-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412314-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Cylindrotheca closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8.1'^^xsd:double;
  dwc:maximumDepth '8.1'^^xsd:double;
  dwc:aphiaid '149004'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412314-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '149004'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412327-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412327-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412327-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8.1"^^xsd:integer ;
  dwc:maximumDepthInMeters "8.1"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412327-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412327-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412327-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412327-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Licmophora spp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8.1'^^xsd:double;
  dwc:maximumDepth '8.1'^^xsd:double;
  dwc:aphiaid '149342'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412327-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '149342'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412328-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412328-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412328-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8.1"^^xsd:integer ;
  dwc:maximumDepthInMeters "8.1"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412328-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412328-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412328-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412328-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Mastogloia sp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8.1'^^xsd:double;
  dwc:maximumDepth '8.1'^^xsd:double;
  dwc:aphiaid '157052'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412328-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '157052'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412329-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412329-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412329-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8.1"^^xsd:integer ;
  dwc:maximumDepthInMeters "8.1"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412329-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412329-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412329-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412329-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Melosira jurgensi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8.1'^^xsd:double;
  dwc:maximumDepth '8.1'^^xsd:double;
  dwc:aphiaid '704446'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412329-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '704446'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412330-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412330-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412330-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8.1"^^xsd:integer ;
  dwc:maximumDepthInMeters "8.1"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412330-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412330-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412330-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412330-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Navicula cancellata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8.1'^^xsd:double;
  dwc:maximumDepth '8.1'^^xsd:double;
  dwc:aphiaid '149468'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412330-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '149468'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412331-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412331-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412331-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8.1"^^xsd:integer ;
  dwc:maximumDepthInMeters "8.1"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412331-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412331-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412331-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412331-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Navicula spp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8.1'^^xsd:double;
  dwc:maximumDepth '8.1'^^xsd:double;
  dwc:aphiaid '149142'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412331-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '149142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412335-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412335-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412335-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8.1"^^xsd:integer ;
  dwc:maximumDepthInMeters "8.1"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412335-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412335-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412335-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412335-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Nitzschia fasciculata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8.1'^^xsd:double;
  dwc:maximumDepth '8.1'^^xsd:double;
  dwc:aphiaid '149605'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412335-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '149605'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412336-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412336-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412336-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8.1"^^xsd:integer ;
  dwc:maximumDepthInMeters "8.1"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412336-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412336-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412336-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412336-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Nitzschia insignis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8.1'^^xsd:double;
  dwc:maximumDepth '8.1'^^xsd:double;
  dwc:aphiaid '390662'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412336-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '390662'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412097-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412097-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412097-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412097-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412097-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412097-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412097-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pinnularia spp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:aphiaid '149208'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412097-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '149208'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412333-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412333-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412333-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8.1"^^xsd:integer ;
  dwc:maximumDepthInMeters "8.1"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412333-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412333-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412333-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412333-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Nitzschia cf. commutata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8.1'^^xsd:double;
  dwc:maximumDepth '8.1'^^xsd:double;
  dwc:aphiaid '149045'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412333-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '149045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412332-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412332-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412332-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8.1"^^xsd:integer ;
  dwc:maximumDepthInMeters "8.1"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412332-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412332-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412332-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412332-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Nitzschia cf. angularis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8.1'^^xsd:double;
  dwc:maximumDepth '8.1'^^xsd:double;
  dwc:aphiaid '149045'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412332-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '149045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412440-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412440-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412440-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8.1"^^xsd:integer ;
  dwc:maximumDepthInMeters "8.1"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412440-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412440-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412440-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412440-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Ulnaria cf. ulna'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8.1'^^xsd:double;
  dwc:maximumDepth '8.1'^^xsd:double;
  dwc:aphiaid '416120'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412440-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '416120'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412437-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412437-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412437-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8.1"^^xsd:integer ;
  dwc:maximumDepthInMeters "8.1"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412437-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412437-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412437-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412437-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Nitzschia cf. tryblionella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8.1'^^xsd:double;
  dwc:maximumDepth '8.1'^^xsd:double;
  dwc:aphiaid '149045'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412437-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '149045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412438-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412438-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412438-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8.1"^^xsd:integer ;
  dwc:maximumDepthInMeters "8.1"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412438-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412438-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412438-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412438-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pleurosigma cf. angulatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8.1'^^xsd:double;
  dwc:maximumDepth '8.1'^^xsd:double;
  dwc:aphiaid '149181'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412438-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '149181'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412439-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412439-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412439-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8.1"^^xsd:integer ;
  dwc:maximumDepthInMeters "8.1"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412439-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412439-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412439-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412439-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Pseudostaurosira cf. parasitica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8.1'^^xsd:double;
  dwc:maximumDepth '8.1'^^xsd:double;
  dwc:aphiaid '175755'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412439-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '175755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412074-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412074-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412074-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412074-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412074-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412074-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412074-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Amphora spp'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:aphiaid '149200'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412074-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '149200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412075-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412075-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412075-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412075-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412075-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412075-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412075-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Bacillaria paxillifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:aphiaid '558243'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412075-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '558243'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412076-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412076-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412076-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412076-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412076-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412076-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412076-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Caloneis liber'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:aphiaid '177935'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412076-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '177935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412108-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412108-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412108-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412108-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412108-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412108-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412108-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Protozoa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:aphiaid '5'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412108-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412109-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412109-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412109-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412109-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412109-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412109-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412109-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Cyanobacteria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:startYearCollected '2013'^^xsd:integer;
  dwc:endYearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:aphiaid '146537'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412109-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2013-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '146537'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412305-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412305-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412305-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8.1"^^xsd:integer ;
  dwc:maximumDepthInMeters "8.1"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412305-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412305-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412305-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412305-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Auricula cf. insecta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8.1'^^xsd:double;
  dwc:maximumDepth '8.1'^^xsd:double;
  dwc:aphiaid '149521'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412305-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '149521'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412310-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412310-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412310-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8.1"^^xsd:integer ;
  dwc:maximumDepthInMeters "8.1"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412310-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412310-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412310-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412310-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Caloneis cf. ventricosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8.1'^^xsd:double;
  dwc:maximumDepth '8.1'^^xsd:double;
  dwc:aphiaid '149488'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412310-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '149488'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5735__1412338-nodc.ogs.trieste.it>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5735__1412338-nodc.ogs.trieste.it> ;
  mr:hasGeometry <https://eurobis.org/id/point/5735__1412338-nodc.ogs.trieste.it> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4930556"^^xsd:decimal ;
  dwc:decimalLongitude "17.3025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8.1"^^xsd:integer ;
  dwc:maximumDepthInMeters "8.1"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5735__1412338-nodc.ogs.trieste.it>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4930556 17.3025)"^^geo:wktLiteral ;
  geo-pos:lat "40.4930556"^^xsd:decimal ;
  geo-pos:long "17.3025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5735__1412338-nodc.ogs.trieste.it>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1412338-nodc.ogs.trieste.it" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5735_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-02-26'^^xsd:date;
  dwc:institutionCode 'OGS-NODC'^^xsd:string;
  dwc:collectionCode 'Microphytobenthos monitoring in the Mar Piccolo of Taranto. 2013-2014'^^xsd:string;
  dwc:catalogNumber '1412338-nodc.ogs.trieste.it'^^xsd:string;
  dwc:scientificName 'Tryblionella cf. littoralis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Tamara Cibic'^^xsd:string;
  dwc:collector 'Tamara Cibic'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startYearCollected '2014'^^xsd:integer;
  dwc:endYearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'http://marineregions.org/mrgid/3567'^^xsd:anyURI;
  dwc:country 'Italy'^^xsd:string;
  dwc:longitude '17.3025'^^xsd:double;
  dwc:latitude '40.4930556'^^xsd:double;
  dwc:minimumDepth '8.1'^^xsd:double;
  dwc:maximumDepth '8.1'^^xsd:double;
  dwc:aphiaid '176385'^^xsd:integer;
  dwc:samplingProtocol 'box corer'^^xsd:string;
  dwc:occurrenceId '1412338-nodc.ogs.trieste.it'^^xsd:string;
  dwc:observationDate '2014-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '176385'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
# EOF